From 271da874570ab6fd6c6809e11beebbad0ae54adc Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Mon, 21 Jun 2021 21:10:25 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.53.0-dev=20=E2=86=92=200.53?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index fa9ba8db6..718de358c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.53.0-dev +current_version = 0.53.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? @@ -17,4 +17,3 @@ values = [aliases] test = pytest - diff --git a/setup.py b/setup.py index 9a0de7fca..929393ba8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.53.0-dev', + version='0.53.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',