From da60dcc103019929e4faa626abc6779f98a828d7 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Thu, 4 Aug 2022 08:33:01 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.58.0-dev=20=E2=86=92=200.58?= =?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 56822a344..94d048b3c 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.58.0-dev +version: 0.58.0 license: - Apache-2.0 - GPL-3.0 diff --git a/setup.cfg b/setup.cfg index 32faf9ece..528d23c47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.58.0-dev +current_version = 0.58.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index b80225591..c73715a27 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.58.0-dev', + version='0.58.0', url='https://annif.org', project_urls={ 'Source': 'https://github.com/NatLibFi/Annif',