Skip to content

Commit 6628345

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent 4cac698 commit 6628345

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

kipoiseq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Kipoi team'
44
__email__ = '[email protected]'
5-
__version__ = '0.6.0'
5+
__version__ = '0.7.0'
66

77

88
# first import dataclasses

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

@@ -10,3 +10,4 @@ replace = version='{new_version}'
1010
[bumpversion:file:kipoiseq/__init__.py]
1111
search = __version__ = '{current_version}'
1212
replace = __version__ = '{new_version}'
13+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name='kipoiseq',
45-
version='0.6.0',
45+
version='0.7.0',
4646
description="kipoiseq: sequence-based data-loaders for Kipoi",
4747
author="Kipoi team",
4848
author_email='[email protected]',

0 commit comments

Comments
 (0)