Skip to content

Commit

Permalink
Bump version: 0.7.6 → 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeze committed Nov 4, 2022
1 parent c449bf2 commit cf0a295
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.6'
__version__ = '0.7.7'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.6
current_version = 0.7.7
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ 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.6',
version='0.7.7',
description=desc,
author="Kipoi team",
author_email='thorsten.beier@embl.de',
Expand Down

0 comments on commit cf0a295

Please sign in to comment.