Skip to content

Commit 35c5292

Browse files
authored
Merge pull request #248 from ThibaudReal/feature/acv_backend
bump version: 1.4.4 → 1.5.0
2 parents e835c87 + 13475f5 commit 35c5292

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.4.4
2+
current_version = 1.5.0
33
commit = True
44
tag = True
55

setup.py

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

5252
setup(
5353
name="shapash",
54-
version="1.4.4",
54+
version="1.5.0",
5555
python_requires='>3.5, <3.10',
5656
url='https://github.com/MAIF/shapash',
5757
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.4.4'
6+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)