Skip to content

Commit

Permalink
#2724 Updated version number to be 3.0.0-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Dec 6, 2024
1 parent b60c53f commit 1a36155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/psyclone/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# -----------------------------------------------------------------------------
# Author: A. R. Porter, STFC Daresbury Laboratory
# Modified by R. W. Ford and N. Nobre, STFC Daresbury Lab
# Modified by J. Henrichs, Bureau of Meteorology

''' Single location for the current version number of PSyclone. This is
used in setup.py and
Expand All @@ -42,5 +43,5 @@
__MINOR__ = 0
__MICRO__ = 0

__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}"
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}"
__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}-dev"
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}-dev"

0 comments on commit 1a36155

Please sign in to comment.