From 846ebaf4724bee5b37688cfde4e116b898f9d835 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Mon, 7 Dec 2020 13:22:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.50.0=20=E2=86=92=200.51.0-d?= =?UTF-8?q?ev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e30234b9d..c0070e210 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.50.0 +current_version = 0.51.0-dev commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 6a42b18a2..a4090f711 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.50.0', + version='0.51.0-dev', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',