Skip to content

Commit 17792f9

Browse files
committed
remove line for identify
1 parent d6e2dc5 commit 17792f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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.14'
1+
__version__ = '0.7.16.dev0'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
python_requires='>=3.6',
2525
install_requires=[
2626
'requests>=2.24,<28',
27-
'cuenca-validations>=0.9.18,<0.9.19',
2827
'dataclasses>=0.7;python_version<"3.7"',
2928
],
3029
classifiers=[

0 commit comments

Comments
 (0)