Version is now v0.19.0.

This commit is contained in:
Todd Gamblin 2022-11-10 16:36:45 -08:00
parent 0f54a63dfd
commit 005c7cd353
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

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.19.0"
spack_version = __version__ spack_version = __version__