diff --git a/setup.cfg b/setup.cfg index a1d6a586b..87395a15f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.37.2 +current_version = 0.38.0 commit = True tag = True diff --git a/setup.py b/setup.py index c72e0d7ab..f3225ea5f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.37.2', + version='0.38.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',