diff --git a/setup.cfg b/setup.cfg index b5fd36bde..07114ed66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.42.0 +current_version = 0.43.0 commit = True tag = True diff --git a/setup.py b/setup.py index 06b48e4e2..368900707 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.42.0', + version='0.43.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',