Skip to content

Commit

Permalink
Bump version: 2.1.1 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s6juncheng committed Feb 19, 2021
1 parent 6d335d3 commit 4bf71b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mmsplice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Jun Cheng & M.Hasan Celik"""
__email__ = 'chengju@in.tum.de'
__version__ = '2.1.1'
__version__ = '2.2.0'

from keras.models import load_model
from mmsplice.mmsplice import MMSplice, \
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1
current_version = 2.2.0
commit = True
tag = True

Expand All @@ -25,4 +25,3 @@ collect_ignore = ['setup.py']

[metadata]
description-file = README.md

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/gagneurlab/mmsplice',
version='2.1.1',
version='2.2.0',
zip_safe=False
)

0 comments on commit 4bf71b8

Please sign in to comment.