Skip to content

Commit 7d4d109

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 322287f commit 7d4d109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors:
3333
affiliation: "National Library of Finland"
3434
title: "Annif"
3535
abstract: "Annif is an automatic indexing software."
36-
version: 1.0.0
36+
version: 1.0.1
3737
license:
3838
- Apache-2.0
3939
- GPL-3.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "annif"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Automated subject indexing and classification tool"
55
authors = ["National Library of Finland <[email protected]>"]
66
maintainers = [

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

0 commit comments

Comments
 (0)