Skip to content

Commit

Permalink
bump cv (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz authored Sep 15, 2022
1 parent f43555a commit a75f98b
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__ = '0.14.3'
__version__ = '0.14.4'
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.27.1
cuenca-validations==0.11.1
cuenca-validations==0.11.3
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.7"',
'cuenca-validations>= 0.11.0,<0.12.0',
'cuenca-validations>= 0.11.3,<0.12.0',
],
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit a75f98b

Please sign in to comment.