Skip to content

Commit fbc4a42

Browse files
authored
Merge pull request #94 from MAIF/release/v1
initialize tag version to 1.0
2 parents fd764f5 + 45c55bc commit fbc4a42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="shapash", # Replace with your own username
31-
version="1.0.0",
31+
version="1.0",
3232
python_requires='>3.5, < 3.8',
3333
url='https://github.com/MAIF/shapash',
3434
author="Yann Golhen, Sebastien Bidault, Yann Lagre, Maxime Gendre",

shapash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin"""
55
6-
__version__ = '1.0.0'
6+
__version__ = '1.0'

0 commit comments

Comments
 (0)