File tree 3 files changed +3
-3
lines changed
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 : 0.58.0-dev
36
+ version : 0.58.0
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
[bumpversion]
2
- current_version = 0.58.0-dev
2
+ current_version = 0.58.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
8
8
9
9
setup (
10
10
name = 'annif' ,
11
- version = '0.58.0-dev ' ,
11
+ version = '0.58.0' ,
12
12
url = 'https://annif.org' ,
13
13
project_urls = {
14
14
'Source' : 'https://github.com/NatLibFi/Annif' ,
You can’t perform that action at this time.
0 commit comments