We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42467d commit aa265d3Copy full SHA for aa265d3
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.7.20.dev1'
+__version__ = '0.7.20.dev2'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
setup.py
@@ -25,7 +25,7 @@
25
install_requires=[
26
'requests>=2.24,<28',
27
'dataclasses>=0.7;python_version<"3.7"',
28
- 'cuenca-validations>=0.9.23,<=0.10.*',
+ 'cuenca-validations>=0.9.23,<=0.11.*',
29
],
30
classifiers=[
31
'Programming Language :: Python :: 3',
0 commit comments