From a63f7d2f8b6fc946f23353ca2525dfd23aee6b8d Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Mon, 6 Sep 2021 16:13:53 +0300 Subject: [PATCH] Manual version bump to 0.54.1 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 87abfaddb..f1abbbf48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.54.0 +current_version = 0.54.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 92062a2f1..2cdb1a486 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.54.0', + version='0.54.1', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',