Set __version__ to v0.20.2

This commit is contained in:
Massimiliano Culpo 2023-07-11 13:45:01 +02:00 committed by Harmen Stoppels
parent 93be34bfc4
commit b3fa390226

View File

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