Skip to content

Commit

Permalink
Merge pull request #94 from MAIF/release/v1
Browse files Browse the repository at this point in the history
initialize tag version to 1.0
  • Loading branch information
MaxGdr authored Jan 11, 2021
2 parents fd764f5 + 45c55bc commit fbc4a42
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.0.0
current_version = 1.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 @@ -28,7 +28,7 @@

setup(
name="shapash", # Replace with your own username
version="1.0.0",
version="1.0",
python_requires='>3.5, < 3.8',
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__ = 'yann.golhen@maif.fr, yann.lagre@maif.fr, sebabstien.bidault@maif.fr, maxime.gendre@maif.fr'
__version__ = '1.0.0'
__version__ = '1.0'

0 comments on commit fbc4a42

Please sign in to comment.