File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- cff-version : 1.2.0
1
+ cff-version : 1.3.0-dev
2
2
message : " If you use this software, please cite it as below."
3
3
authors :
4
4
- family-names : Suominen
@@ -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.2.0
36
+ version : 1.3.0-dev
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.2.0 "
3
+ version = " 1.3.0-dev "
4
4
description = " Automated subject indexing and classification tool"
5
5
authors = [
" National Library of Finland <[email protected] >" ]
6
6
maintainers = [
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.2.0
2
+ current_version = 1.3.0-dev
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