Skip to content

Commit

Permalink
Changed version to 5.2
Browse files Browse the repository at this point in the history
Change of version to update pip.
  • Loading branch information
dukovski committed Jun 26, 2024
1 parent 0d853ce commit 77a0f7d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cometspy/comets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = "Copyright 2024, The COMETS Consortium"
__credits__ = ["Djordje Bajic", "Jean Vila", "Jeremy Chacon", "Ilija Dukovski"]
__license__ = "MIT"
__version__ = "0.5.1"
__version__ = "0.5.2"
__comets_compatibility__ = "2.12.2" # version of comets this was tested with (except signaling)
__comets_compatibility_signaling__ = "2.12.2" # version signaling was tested with

Expand Down
Binary file removed dist/cometspy-0.5.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/cometspy-0.5.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='cometspy',
packages=['cometspy'],
version='0.5.1',
version='0.5.2',
license='GPL',
description='The Python interface to COMETS',
author='The COMETSPy Core Team',
Expand Down

0 comments on commit 77a0f7d

Please sign in to comment.