From 96ba6454cba4c41ee74f854d5a70a542f3589715 Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Thu, 15 Feb 2024 10:24:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= 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 21934a2..27c6dbd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/pyiso4/__init__.py b/pyiso4/__init__.py index c2a0a08..b794bda 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.5' +__version__ = '0.1.6' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'