File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ authors:
33
33
affiliation : " National Library of Finland"
34
34
title : " Annif"
35
35
abstract : " Annif is an automatic indexing software."
36
- version : 1.3.0
36
+ version : 1.3.1
37
37
license :
38
38
- Apache-2.0
39
39
- GPL-3.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " annif"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " Automated subject indexing and classification tool"
5
5
authors = [" National Library of Finland <finto-posti@helsinki.fi>" ]
6
6
maintainers = [
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3.0
2
+ current_version = 1.3.1
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
You can’t perform that action at this time.
0 commit comments