Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Oct 9, 2024
1 parent 25362a5 commit befba47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
__contact__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "02/09/2024"
__date__ = "09/10/2024"
__status__ = "production"
__docformat__ = 'restructuredtext'
__all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion",
Expand All @@ -76,8 +76,8 @@
"candidate": "rc"}

MAJOR = 2024
MINOR = 9
MICRO = 1
MINOR = 10
MICRO = 0
RELEV = "dev" # <16
SERIAL = 0 # <16
date = __date__
Expand Down

0 comments on commit befba47

Please sign in to comment.