Skip to content

Commit 0c5418a

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent d3605d1 commit 0c5418a

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.1.0'
5+
__version__ = '0.1.1'
66

77
from . import datasets
88
from . import extractors

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.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

setup.py

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

3838
setup(
3939
name='kipoiseq',
40-
version='0.1.0',
40+
version='0.1.1',
4141
description="kipoiseq: sequence-based data-laoders for Kipoi",
4242
author="Kipoi team",
4343
author_email='[email protected]',

0 commit comments

Comments
 (0)