Skip to content

Commit 63823a5

Browse files
author
gabino
committed
Update version to 2.0.0.dev2
1 parent aeca28d commit 63823a5

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__ = '2.0.0.dev1'
1+
__version__ = '2.0.0.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
@@ -24,7 +24,7 @@
2424
python_requires='>=3.9',
2525
install_requires=[
2626
'requests>=2.32.3',
27-
'cuenca-validations>=2.0.0',
27+
'cuenca-validations==2.0.0.dev8',
2828
'pydantic-extra-types>=2.10.1',
2929
],
3030
classifiers=[

0 commit comments

Comments
 (0)