We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19342a2 commit 16fd749Copy full SHA for 16fd749
setup.cfg
@@ -1,7 +1,6 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
tag = True
5
6
[bumpversion:file:setup.py]
7
-
setup.py
@@ -8,7 +8,7 @@ def read(fname):
8
9
setup(
10
name='annif-client',
11
- version='0.3.0',
+ version='0.3.1',
12
url='https://github.com/NatLibFi/Annif-client',
13
author='Osma Suominen',
14
author_email='[email protected]',
0 commit comments