Skip to content

Commit

Permalink
Bump version: 2.2.6 → 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TFA-MAIF committed Jun 7, 2021
1 parent 0a40ab5 commit d4d8e29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion melusine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Sacha Samama & Tom Stringer & Hugo Perrier"""
__email__ = "ssamama@quantmetry.com, tstringer@quantmetry.com, hperrier@quantmetry.com"
__version__ = "2.2.6"
__version__ = "2.3.0"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.6
current_version = 2.3.0
commit = True
tag = True

Expand Down Expand Up @@ -27,3 +27,4 @@ pep8maxlinelength = 100

[pep8]
max-line-length = 100

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
tests_require=test_requirements,
extras_require=extras_require,
url="https://github.com/MAIF/melusine",
version="2.2.6",
version="2.3.0",
zip_safe=False,
)

0 comments on commit d4d8e29

Please sign in to comment.