Skip to content

Commit

Permalink
Merge pull request #31 from DerThorsten/master
Browse files Browse the repository at this point in the history
Bump version: 0.2.2 → 0.2.3
  • Loading branch information
DerThorsten authored Mar 1, 2019
2 parents c97c8fd + 2171718 commit 2ac1c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kipoi_veff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Kipoi team'
__email__ = '[email protected]'
__version__ = '0.2.2'
__version__ = '0.2.3'


from . import scores
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup(
name='kipoi_veff',
version='0.2.2',
version='0.2.3',
description="kipoi_veff: variant effect prediction plugin for Kipoi",
author="Kipoi team",
author_email='[email protected]',
Expand Down

0 comments on commit 2ac1c97

Please sign in to comment.