Skip to content

Commit

Permalink
expose resource
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Sep 21, 2022
1 parent c6a66e8 commit 68a6877
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 @@ -19,6 +19,7 @@
'FileBatch',
'Identity',
'IdentityEvent',
'KYCValidation',
'KYCVerification',
'LimitedWallet',
'LoginToken',
Expand Down Expand Up @@ -63,6 +64,7 @@
FileBatch,
Identity,
IdentityEvent,
KYCValidation,
KYCVerification,
LimitedWallet,
LoginToken,
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.14.7.dev1'
__version__ = '0.14.7.dev2'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 68a6877

Please sign in to comment.