Set version to 0.23.1.dev0

This commit is contained in:
Harmen Stoppels 2025-02-03 15:43:23 +01:00 committed by Harmen Stoppels
parent c6d4037758
commit c8167eec5d

View File

@ -11,7 +11,7 @@
import spack.util.git
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__ = "0.23.0"
__version__ = "0.23.1.dev0"
spack_version = __version__