Skip to content

Commit

Permalink
Add resource init
Browse files Browse the repository at this point in the history
  • Loading branch information
pachCode committed May 30, 2024
1 parent a4f1d90 commit 69a48c4
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 @@ -23,6 +23,7 @@
'KYCVerification',
'LimitedWallet',
'LoginToken',
'Otp',
'Platform',
'Questionnaires',
'Saving',
Expand Down Expand Up @@ -70,6 +71,7 @@
KYCVerification,
LimitedWallet,
LoginToken,
Otp,
Platform,
Questionnaires,
Saving,
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__ = '1.0.1.dev1'
__version__ = '1.0.1.dev2'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 69a48c4

Please sign in to comment.