Skip to content

Commit

Permalink
Bump clabe from 1.2.0 to 1.2.1 (#21)
Browse files Browse the repository at this point in the history
* Bump clabe from 1.2.0 to 1.2.1

Bumps [clabe](https://github.com/cuenca-mx/clabe) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/cuenca-mx/clabe/releases)
- [Commits](cuenca-mx/clabe-python@1.2.0...1.2.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Version bump

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matin Tamizi <[email protected]>
  • Loading branch information
dependabot[bot] and matin authored Jun 29, 2020
1 parent 8c6d058 commit c9508fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.0'
__version__ = '0.2.1'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
package_data=dict(cuenca=['py.typed']),
python_requires='>=3.6',
install_requires=[
'clabe==1.2.0',
'clabe==1.2.1',
'requests==2.24.0',
'pydantic==1.5.1',
'cuenca-validations==0.2.3',
Expand Down

0 comments on commit c9508fe

Please sign in to comment.