diff --git a/method/resources/Account.py b/method/resources/Account.py index dfd94e8..c311b69 100644 --- a/method/resources/Account.py +++ b/method/resources/Account.py @@ -321,6 +321,7 @@ class AccountLiability(TypedDict): data_sync_type: AccountLiabilitySyncTypesLiterals ownership: TradelineAccountOwnershipLiterals hash: str + fingerprint: str type: AccountLiabilityTypesLiterals loan: Optional[AccountLiabilityLoan] student_loan: Optional[AccountLiabilityStudentLoan] diff --git a/setup.py b/setup.py index 6a712b1..2381af8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='0.0.36', + version='0.0.37', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',