Skip to content

Commit 8893483

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent 89f621c commit 8893483

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.7.0'
5+
__version__ = '0.7.1'
66

77

88
# first import dataclasses

setup.cfg

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

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.7.0',
45+
version='0.7.1',
4646
description="kipoiseq: sequence-based data-loaders for Kipoi",
4747
author="Kipoi team",
4848
author_email='[email protected]',

0 commit comments

Comments
 (0)