From 0945052a537541738dd3cc02f7947c69fb461ea0 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Thu, 25 Apr 2019 16:10:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.3=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kipoi_veff/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kipoi_veff/__init__.py b/kipoi_veff/__init__.py index f608c0d..306588b 100644 --- a/kipoi_veff/__init__.py +++ b/kipoi_veff/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Kipoi team' __email__ = 'avsec@in.tum.de' -__version__ = '0.2.3' +__version__ = '0.3.0' from . import scores diff --git a/setup.cfg b/setup.cfg index e98207a..21c04ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 6ab806d..10aaff6 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name='kipoi_veff', - version='0.2.3', + version='0.3.0', description="kipoi_veff: variant effect prediction plugin for Kipoi", author="Kipoi team", author_email='avsec@in.tum.de',