Skip to content

Commit

Permalink
Bump version: 2.3.2 → 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TFA-MAIF committed Apr 4, 2022
1 parent ebdc7de commit b033f37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion melusine/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Sacha Samama & Tom Stringer & Hugo Perrier"""
__email__ = ["tiphaine.fabre@maif.fr", "hperrier@quantmetry.com"]
__version__ = "2.3.2"
2.3.3

from .data.data_loader import load_email_data
from .config.config import config
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.2
current_version = 2.3.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -113,6 +113,6 @@
tests_require=test_requirements,
extras_require=extras_require,
url="https://github.com/MAIF/melusine",
version="2.3.2",
2.3.3,
zip_safe=False,
)

0 comments on commit b033f37

Please sign in to comment.