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',