Bump version to v0.20.0.dev0

This commit is contained in:
Todd Gamblin 2022-11-10 17:08:44 -08:00
parent a75af62fe3
commit 6ecb57e91f

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string #: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__ = "0.19.0.dev0" __version__ = "0.20.0.dev0"
spack_version = __version__ spack_version = __version__