Skip to content

Commit aa265d3

Browse files
committed
Fix
1 parent f42467d commit aa265d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.7.20.dev1'
1+
__version__ = '0.7.20.dev2'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'requests>=2.24,<28',
2727
'dataclasses>=0.7;python_version<"3.7"',
28-
'cuenca-validations>=0.9.23,<=0.10.*',
28+
'cuenca-validations>=0.9.23,<=0.11.*',
2929
],
3030
classifiers=[
3131
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)