Skip to content
Snippets Groups Projects
Commit dc005f3f authored by Gregory Becker's avatar Gregory Becker Committed by Todd Gamblin
Browse files

version bump: v0.12.1

parent 7abc2fb2
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#: major, minor, patch version for Spack, in a tuple #: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 12, 0) spack_version_info = (0, 12, 1)
#: String containing Spack version joined with .'s #: String containing Spack version joined with .'s
spack_version = '.'.join(str(v) for v in spack_version_info) spack_version = '.'.join(str(v) for v in spack_version_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment