From ec5f0828055ed49dac5005b0d0ab58c8ff37cec4 Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Wed, 27 Feb 2019 14:34:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.38.2=20=E2=86=92=200.39.0?= 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 aa2266d89..133ce8ad3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.38.2 +current_version = 0.39.0 commit = True tag = True diff --git a/setup.py b/setup.py index 43384f7d5..c60c90400 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='annif', - version='0.38.2', + version='0.39.0', url='https://github.com/NatLibFi/Annif', author='Osma Suominen', author_email='osma.suominen@helsinki.fi',