File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.2.1
2
+ current_version = 3.0.0
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ CoreMS aims to provide
49
49
50
50
## Current Version
51
51
52
- ` 2.2.1 `
52
+ ` 3.0.0 `
53
53
54
54
***
55
55
@@ -335,7 +335,7 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
335
335
336
336
If you use CoreMS in your work, please use the following citation:
337
337
338
- Version [2.2.1 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v2.2.1 ), archived on Zenodo:
338
+ Version [3.0.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.0 ), archived on Zenodo:
339
339
340
340
[](https://doi.org/10.5281/zenodo.4641552)
341
341
Original file line number Diff line number Diff line change 1
1
__author__ = "Yuri E. Corilo"
2
- __version__ = "2.2.1 "
2
+ __version__ = "3.0.0 "
3
3
import time
4
4
import os
5
5
import sys
Original file line number Diff line number Diff line change 14
14
# This call to setup() does all the work
15
15
setup (
16
16
name = "CoreMS" ,
17
- version = "2.2.1 " ,
17
+ version = "3.0.0 " ,
18
18
description = "Mass Spectrometry Framework for Small Molecules Analysis" ,
19
19
long_description = long_description ,
20
20
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments