Skip to content

Commit c14a7af

Browse files
authored
change account_attribute to attribute (#61)
* change account_attribute to attribute * bump version
1 parent e3a5095 commit c14a7af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

method/resources/Entities/Connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424

2525
AccountProductsEligibleForAutomaticExecutionLiteral = Literal[
26-
"account_attribute",
26+
"attribute",
2727
"balance",
2828
"card_brand",
2929
"update",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='method-python',
5-
version='1.2.2',
5+
version='1.2.4',
66
description='Python library for the Method API',
77
long_description='Python library for the Method API',
88
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)