Skip to content

Commit 8f931e3

Browse files
committed
bump to 2.1.3
1 parent 777897a commit 8f931e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
version = '2.1'
5858
# The full version, including alpha/beta/rc tags.
5959
# Do not forget to update PyPi (setup.py) version
60-
release = '2.1.2'
60+
release = '2.1.3'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

Diff for: isocor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
for conveniance.
55
"""
66

7-
__version__ = '2.1.2'
7+
__version__ = '2.1.3'
88

99
from isocor.mscorrectors import MetaboliteCorrectorFactory
1010
from isocor.mscorrectors import LowResMetaboliteCorrector, HighResMetaboliteCorrector

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="IsoCor",
10-
version="2.1.2",
10+
version="2.1.3",
1111
author="Pierre Millard, Baudoin Delépine, Matthieu Guionnet",
1212
author_email="[email protected]",
1313
description="IsoCor: Isotope Correction for mass spectrometry labeling experiments",

0 commit comments

Comments
 (0)