Skip to content

Commit 7a33f75

Browse files
authored
change QueryParams.user to QueryParams.user_id (#26)
* change QueryParams.user to QueryParams.user_id * bump version
1 parent 0102851 commit 7a33f75

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__ = '0.2.2'
1+
__version__ = '0.2.3'
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
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'requests==2.24.0',
3636
'pydantic==1.5.1',
37-
'cuenca-validations==0.3.0',
37+
'cuenca-validations==0.4.1',
3838
'dataclasses>=0.7;python_version<"3.7"',
3939
],
4040
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)