diff --git a/setup.cfg b/setup.cfg index b824fd3fc..c6506b2c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.52.0-dev +current_version = 0.52.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 2ced56168..1bd9a01d3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.52.0-dev', + version='0.52.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',