diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5e30d6..21934a2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/pyiso4/__init__.py b/pyiso4/__init__.py index 5be23e1..c2a0a08 100644 --- a/pyiso4/__init__.py +++ b/pyiso4/__init__.py @@ -2,7 +2,7 @@ Abbreviate a scientific journal title following the ISO-4 rules """ -__version__ = '0.1.4' +__version__ = '0.1.5' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'