diff --git a/setup.cfg b/setup.cfg index 75e7950a8..2c6c04d38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40.0 +current_version = 0.41.0 commit = True tag = True diff --git a/setup.py b/setup.py index 5a9328c64..76c7e0720 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.40.0', + version='0.41.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',