Skip to content

Commit

Permalink
Merge pull request #213 from ThibaudReal/bump_version
Browse files Browse the repository at this point in the history
bump version: 1.3.2 → 1.4.0
  • Loading branch information
ThibaudReal authored Jun 16, 2021
2 parents 2d8c536 + 9dd38fc commit 55e6dae
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.3.2
current_version = 1.4.0
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.3.2",
version="1.4.0",
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.3.2'
__version__ = '1.4.0'

0 comments on commit 55e6dae

Please sign in to comment.