Skip to content

Commit c9508fe

Browse files
Bump clabe from 1.2.0 to 1.2.1 (#21)
* 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] <support@github.com> * Version bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matin Tamizi <matin@users.noreply.github.com>
1 parent 8c6d058 commit c9508fe

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.0'
1+
__version__ = '0.2.1'
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
@@ -32,7 +32,7 @@
3232
package_data=dict(cuenca=['py.typed']),
3333
python_requires='>=3.6',
3434
install_requires=[
35-
'clabe==1.2.0',
35+
'clabe==1.2.1',
3636
'requests==2.24.0',
3737
'pydantic==1.5.1',
3838
'cuenca-validations==0.2.3',

0 commit comments

Comments
 (0)