From 23f26210dcae4c138efe5c8c8da74392f355a10c Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Wed, 14 Feb 2024 10:45:37 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyiso4/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'