We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322287f commit 7d4d109Copy full SHA for 7d4d109
CITATION.cff
@@ -33,7 +33,7 @@ authors:
33
affiliation: "National Library of Finland"
34
title: "Annif"
35
abstract: "Annif is an automatic indexing software."
36
-version: 1.0.0
+version: 1.0.1
37
license:
38
- Apache-2.0
39
- GPL-3.0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "annif"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Automated subject indexing and classification tool"
5
authors = ["National Library of Finland <[email protected]>"]
6
maintainers = [
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.0.0
+current_version = 1.0.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
0 commit comments