Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent 28535c4 commit 1d7d87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IsoSpecPy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .IsoSpecPy import *


__version__ = "2.2.1"
__version__ = "2.2.2"

# Old, deprecated name, for compatibility with 1.9.X only
IsoLayered = IsoTotalProb
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_cflags():
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
'version': '2.2.1',
'version': '2.2.2',

'description': 'Python interface to IsoSpec++ isotopic envelope calculator library',
'long_description': 'Python interface to IsoSpec++ isotopic envelope calculator library',
Expand Down

0 comments on commit 1d7d87b

Please sign in to comment.