Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Dec 28, 2023
1 parent 18e4db5 commit 6ee592b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cuenca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'LimitedWallet',
'LoginToken',
'Platform',
'Questionnaires',
'Saving',
'ServiceProvider',
'Session',
Expand Down Expand Up @@ -70,6 +71,7 @@
LimitedWallet,
LoginToken,
Platform,
Questionnaires,
Saving,
ServiceProvider,
Session,
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.15.11.dev1'
__version__ = '0.15.11.dev2'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 6ee592b

Please sign in to comment.