From d439af1f231c6b76fbea15b2f07c4649c695c6b2 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Tue, 1 Feb 2022 14:10:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.56.0-dev=20=E2=86=92=200.56?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e10c28ee4..97ae0b2c0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,7 +33,7 @@ authors: affiliation: "National Library of Finland" title: "Annif" abstract: "Annif is an automatic indexing software." -version: 0.56.0-dev +version: 0.56.0 license: - Apache-2.0 - GPL-3.0 diff --git a/setup.cfg b/setup.cfg index cf3cc15de..3f97e4382 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.56.0-dev +current_version = 0.56.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 52e729e01..6c4662d81 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.56.0-dev', + version='0.56.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',