diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-11-09 10:02:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 10:02:29 +0100 |
commit | cadc2a1aa59d6e1824d2bce8661a5cb1d444e80f (patch) | |
tree | 72bf171f2ac9d63cf2e5c23fcc56999ecadf4b33 /lib | |
parent | 78449ba92b5cbf0ff388ad129f1bfd286bf9c857 (diff) | |
download | spack-cadc2a1aa59d6e1824d2bce8661a5cb1d444e80f.tar.gz spack-cadc2a1aa59d6e1824d2bce8661a5cb1d444e80f.tar.bz2 spack-cadc2a1aa59d6e1824d2bce8661a5cb1d444e80f.tar.xz spack-cadc2a1aa59d6e1824d2bce8661a5cb1d444e80f.zip |
Set version to 0.22.0.dev0 (#40975)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 2fd13d0fe3..c2fa6aa90e 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) #: PEP440 canonical <major>.<minor>.<micro>.<devN> string -__version__ = "0.21.0.dev0" +__version__ = "0.22.0.dev0" spack_version = __version__ |