Skip to content

Commit

Permalink
add iban to account info
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Aug 28, 2020
1 parent 132bddb commit ae03c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions monobankua/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class Account:
creditLimit: int
maskedPan: str
type: str
iban: str

@property
def currency(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ae03c19

Please sign in to comment.