From 9dd38fc97a052753a83d43bff7ef230cd737976a Mon Sep 17 00:00:00 2001 From: Thibaud Date: Tue, 15 Jun 2021 18:41:36 +0200 Subject: [PATCH] =?UTF-8?q?bump=20version:=201.3.2=20=E2=86=92=201.4.0?= 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 c663a230..a729ffa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2 +current_version = 1.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index f37bd0c3..86494e26 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/shapash/__init__.py b/shapash/__init__.py index b4d80af7..71d3a6c6 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.3.2' +__version__ = '1.4.0'