Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Dec 28, 2023
1 parent 7975a15 commit 18e4db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cuenca/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'LimitedWallet',
'LoginToken',
'Platform',
'Questionnaires',
'Saving',
'ServiceProvider',
'Session',
Expand Down Expand Up @@ -63,6 +64,7 @@
from .login_tokens import LoginToken
from .platforms import Platform
from .resources import RESOURCES
from .questionnaires import Questionnaires
from .savings import Saving
from .service_providers import ServiceProvider
from .sessions import Session
Expand Down Expand Up @@ -103,6 +105,7 @@
KYCVerification,
LimitedWallet,
LoginToken,
Questionnaires,
Saving,
Session,
ServiceProvider,
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.dev0'
__version__ = '0.15.11.dev1'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 18e4db5

Please sign in to comment.