Skip to content

Commit

Permalink
models in init
Browse files Browse the repository at this point in the history
  • Loading branch information
keryc committed Oct 14, 2020
1 parent 4b5b615 commit 26e46eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cuenca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
'ApiKey',
'Account',
'BalanceEntry',
'BillPayment',
'Commission',
'Deposit',
'ServiceProvider',
'Transfer',
'WhatsappTransfer',
'configure',
Expand All @@ -16,8 +18,10 @@
Account,
ApiKey,
BalanceEntry,
BillPayment,
Commission,
Deposit,
ServiceProvider,
Transfer,
WhatsappTransfer,
)
Expand Down
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.3.6.dev0'
__version__ = '0.3.6.dev1'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 26e46eb

Please sign in to comment.