diff --git a/monobankua/client.py b/monobankua/client.py index 5b88ec1..30267bf 100755 --- a/monobankua/client.py +++ b/monobankua/client.py @@ -84,6 +84,7 @@ class Account: creditLimit: int maskedPan: str type: str + iban: str @property def currency(self): diff --git a/setup.py b/setup.py index a9f1ccd..3de5c59 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def find_requires(): setuptools.setup( name='monobankua', - version='0.3.6', + version='0.3.7', author='Sergey Shlyapugin', author_email='shlyapugin@gmail.com', description='Monobank.ua API client',