0.18.0.dev0 -> 0.19.0.dev0 (#30907)

This commit is contained in:
Todd Gamblin 2022-05-28 10:23:01 -07:00 committed by GitHub
parent 18c2f1a57a
commit e6929b9ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: (major, minor, micro, dev release) tuple
spack_version_info = (0, 18, 0, 'dev0')
spack_version_info = (0, 19, 0, 'dev0')
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
spack_version = '.'.join(str(s) for s in spack_version_info)