diff --git a/CITATION.cff b/CITATION.cff index 86da6646a..e4b8f82b1 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.60.0-dev +version: 0.60.0 license: - Apache-2.0 - GPL-3.0 diff --git a/pyproject.toml b/pyproject.toml index 186a11de6..a3e6c88a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "annif" -version = "0.60.0-dev" +version = "0.60.0" description = "Automated subject indexing and classification tool" authors = ["National Library of Finland "] maintainers = [ diff --git a/setup.cfg b/setup.cfg index 8497fbe58..fd84ecc2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.60.0-dev +current_version = 0.60.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))?