Skip to content

Commit 4c57925

Browse files
committed
Bump version: 0.3.5 → 0.4.0
1 parent 03137b3 commit 4c57925

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.3.5'
5+
__version__ = '0.4.0'
66

77
# first import dataclasses
88
from .dataclasses import Variant, Interval

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

setup.py

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

4444
setup(
4545
name='kipoiseq',
46-
version='0.3.5',
46+
version='0.4.0',
4747
description="kipoiseq: sequence-based data-laoders for Kipoi",
4848
author="Kipoi team",
4949
author_email='[email protected]',

0 commit comments

Comments
 (0)