Skip to content

Commit

Permalink
Merge pull request #216 from ThibaudReal/bump_version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
yg79 authored Jun 18, 2021
2 parents 8bd3180 + b8afebb commit 30ddd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setup(
name="shapash",
version="1.4.0",
version="1.4.1",
python_requires='>3.5, <=3.9',
url='https://github.com/MAIF/shapash',
author="Yann Golhen, Sebastien Bidault, Yann Lagre, Maxime Gendre",
Expand Down
2 changes: 1 addition & 1 deletion shapash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin"""
__email__ = '[email protected], [email protected], [email protected], [email protected]'
__version__ = '1.4.0'
__version__ = '1.4.1'

0 comments on commit 30ddd47

Please sign in to comment.