Skip to content

Commit 4ee87d5

Browse files
committed
Bump version: 0.2.3 → 0.2.4
1 parent 8e12f4f commit 4ee87d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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__ = 'avsec@in.tum.de'
5-
__version__ = '0.2.3'
5+
__version__ = '0.2.4'
66

77
from . import dataloaders
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.2.3
2+
current_version = 0.2.4
33
commit = True
44
tag = True
55

setup.py

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

4242
setup(
4343
name='kipoiseq',
44-
version='0.2.3',
44+
version='0.2.4',
4545
description="kipoiseq: sequence-based data-laoders for Kipoi",
4646
author="Kipoi team",
4747
author_email='avsec@in.tum.de',

0 commit comments

Comments
 (0)