From 634d7ac1ab9f339cf2e74babd4a4a452259957e8 Mon Sep 17 00:00:00 2001 From: Pierre Beaujean Date: Thu, 15 Feb 2024 10:17:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= 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 38b5812..a5e30d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/pyiso4/__init__.py b/pyiso4/__init__.py index 0a39976..5be23e1 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.3' +__version__ = '0.1.4' __author__ = 'Pierre Beaujean' __maintainer__ = 'Pierre Beaujean' __email__ = 'pierre.beaujean@unamur.be'