From 015f8d9cd1208ffe3fb60950fc29f844048f4cc4 Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Thu, 15 Feb 2024 10:20:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.1.5?= 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 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'