We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0102851 commit 7a33f75Copy full SHA for 7a33f75
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.2.2'
+__version__ = '0.2.3'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
setup.py
@@ -34,7 +34,7 @@
34
install_requires=[
35
'requests==2.24.0',
36
'pydantic==1.5.1',
37
- 'cuenca-validations==0.3.0',
+ 'cuenca-validations==0.4.1',
38
'dataclasses>=0.7;python_version<"3.7"',
39
],
40
setup_requires=['pytest-runner'],
0 commit comments