Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Oct 28, 2024
1 parent a91a719 commit 87df212
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.1
current_version = 3.0.0
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CoreMS aims to provide

## Current Version

`2.2.1`
`3.0.0`

***

Expand Down Expand Up @@ -335,7 +335,7 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
If you use CoreMS in your work, please use the following citation:
Version [2.2.1 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v2.2.1), archived on Zenodo:
Version [3.0.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.0), archived on Zenodo:
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4641552.svg)](https://doi.org/10.5281/zenodo.4641552)
Expand Down
2 changes: 1 addition & 1 deletion corems/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Yuri E. Corilo"
__version__ = "2.2.1"
__version__ = "3.0.0"
import time
import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# This call to setup() does all the work
setup(
name="CoreMS",
version="2.2.1",
version="3.0.0",
description="Mass Spectrometry Framework for Small Molecules Analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 87df212

Please sign in to comment.