Skip to content

Commit da60dcc

Browse files
committed
Bump version: 0.58.0-dev → 0.58.0
1 parent a9e3cdf commit da60dcc

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: 0.58.0-dev
36+
version: 0.58.0
3737
license:
3838
- Apache-2.0
3939
- GPL-3.0

setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name='annif',
11-
version='0.58.0-dev',
11+
version='0.58.0',
1212
url='https://annif.org',
1313
project_urls={
1414
'Source': 'https://github.com/NatLibFi/Annif',

0 commit comments

Comments
 (0)