From b8afebb3de7ed8242ac9a55ecf7978c03ed83565 Mon Sep 17 00:00:00 2001 From: Thibaud Date: Fri, 18 Jun 2021 12:06:55 +0200 Subject: [PATCH] =?UTF-8?q?bump=20version:=201.4.0=20=E2=86=92=201.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- shapash/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a729ffa4..a6b0698a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index b2151c35..dc550a79 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/shapash/__init__.py b/shapash/__init__.py index 71d3a6c6..96135418 100644 --- a/shapash/__init__.py +++ b/shapash/__init__.py @@ -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.4.0' +__version__ = '1.4.1'