Skip to content

Commit

Permalink
Bump version: 0.7.5 → 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 21, 2022
1 parent 4788f62 commit cb0d472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kipoi_utils/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.5'
__version__ = '0.7.6'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.5
current_version = 0.7.6
commit = True
tag = True

Expand All @@ -10,4 +10,3 @@ replace = version='{new_version}'
[bumpversion:file:kipoi_utils/_version.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
desc = "kipoi-utils: utils used in various packages related to kipoi"
setup(
name='kipoi_utils',
version='0.7.5',
version='0.7.6',
description=desc,
author="Kipoi team",
author_email='thorsten.beier@embl.de',
Expand Down

0 comments on commit cb0d472

Please sign in to comment.