diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 149d604..38b5812 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/pyiso4/__init__.py b/pyiso4/__init__.py index d8f9264..14e49b0 100644 --- a/pyiso4/__init__.py +++ b/pyiso4/__init__.py @@ -2,7 +2,7 @@ Abbreviate a title following the ISO-4 rules """ -__version__ = '0.1.2' +__version__ = '0.1.3' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'