Skip to content

Commit e3c9087

Browse files
committed
patch for thermo libs revert
1 parent 23aab23 commit e3c9087

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.2.1
33
commit = False
44
tag = False
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CoreMS aims to provide
5050

5151
## Current Version
5252

53-
`2.2.0`
53+
`2.2.1`
5454

5555
***
5656

@@ -323,7 +323,7 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
323323
324324
If you use CoreMS in your work, please use the following citation:
325325
326-
Version [2.2.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v2.2.0), archived on Zenodo:
326+
Version [2.2.1 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v2.2.1), archived on Zenodo:
327327
328328
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4641552.svg)](https://doi.org/10.5281/zenodo.4641552)
329329

corems/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Yuri E. Corilo'
2-
__version__ = '2.2.0'
2+
__version__ = '2.2.1'
33
__doc__ = '''
44
<div align="left">
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# This call to setup() does all the work
1515
setup(
1616
name="CoreMS",
17-
version="2.2.0",
17+
version="2.2.1",
1818
description="Mass Spectrometry Framework for Small Molecules Analysis",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)