diff --git a/README.md b/README.md index 4b899ecc..da66bafc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@

-πŸŽ‰ **We just released Shapash 1.3.1 that includes the generation of a standalone HTML report that constitutes a basis of an audit document. [See an example here](https://shapash.readthedocs.io/en/latest/report.html) that was generated [using this tutorial.](https://github.com/MAIF/shapash/blob/master/tutorial/report/tuto-shapash-report01.ipynb)** πŸŽ‰ +πŸŽ‰ **We just released Shapash 1.3.2 that includes the generation of a standalone HTML report that constitutes a basis of an audit document. [See an example here](https://shapash.readthedocs.io/en/latest/report.html) that was generated [using this tutorial.](https://github.com/MAIF/shapash/blob/master/tutorial/report/tuto-shapash-report01.ipynb)** πŸŽ‰ ## πŸ” Overview diff --git a/setup.cfg b/setup.cfg index be20dcdf..c663a230 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index 85499e41..8ee5d6c8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name="shapash", # Replace with your own username - version="1.3.1", + version="1.3.2", 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 6a0b138d..b4d80af7 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.1' +__version__ = '1.3.2'