Skip to content

Commit 2055b1d

Browse files
committed
versions
1 parent b602497 commit 2055b1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = '1.0.2'
1+
__version__ = '1.0.3.dev3'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.31.0
2-
cuenca-validations==0.11.30
2+
cuenca-validations==0.12.0.dev0
33
dataclasses>=0.7;python_version<"3.7"

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.8"',
28-
'cuenca-validations>= 0.11.3,<0.12.0',
28+
'cuenca-validations>= 0.11.3,<0.13.0',
2929
],
3030
classifiers=[
3131
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)