Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jan 30, 2025
1 parent b602497 commit 2055b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.2'
__version__ = '1.0.3.dev3'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
cuenca-validations==0.11.30
cuenca-validations==0.12.0.dev0
dataclasses>=0.7;python_version<"3.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
'requests>=2.24,<28',
'dataclasses>=0.7;python_version<"3.8"',
'cuenca-validations>= 0.11.3,<0.12.0',
'cuenca-validations>= 0.11.3,<0.13.0',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 2055b1d

Please sign in to comment.