diff --git a/kipoi_veff/__init__.py b/kipoi_veff/__init__.py index 73b5749..fd7d94e 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.0' +__version__ = '0.2.1' from . import scores diff --git a/setup.cfg b/setup.cfg index 8a21f68..e6a47e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 18af960..4f62af9 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( name='kipoi_veff', - version='0.2.0', + version='0.2.1', description="kipoi_veff: variant effect prediction plugin for Kipoi", author="Kipoi team", author_email='avsec@in.tum.de',