Skip to content

Commit

Permalink
Changed version number to 0.4.19
Browse files Browse the repository at this point in the history
Changed the version number to 0.4.19. 02/23/2024 ID
  • Loading branch information
dukovski committed Feb 23, 2024
1 parent 73a2b18 commit c785fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cometspy/comets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
__copyright__ = "Copyright 2019, The COMETS Consortium"
__credits__ = ["Djordje Bajic", "Jean Vila", "Jeremy Chacon"]
__license__ = "MIT"
__version__ = "0.4.16"
__comets_compatibility__ = "2.10.2" # version of comets this was tested with (except signaling)
__comets_compatibility_signaling__ = "2.10.8" # version signaling was tested with
__version__ = "0.4.19"
__comets_compatibility__ = "2.11.1" # version of comets this was tested with (except signaling)
__comets_compatibility_signaling__ = "2.11.1" # version signaling was tested with

__maintainer__ = "Djordje Bajic"
__email__ = "[email protected]"
Expand Down
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.4.18',
version='0.4.19',
license='GPL',
description='The Python interface to COMETS',
author='The COMETSPy Core Team',
Expand Down

0 comments on commit c785fd4

Please sign in to comment.