Skip to content

Commit

Permalink
Tag Spack version 0.9
Browse files Browse the repository at this point in the history
- Tagging a version to include all that's happened since 0.8.17

- This is in anticipation of merging `features/cflags` and
  `features/newarch`, which will break the spec format.

- 1.0 will likely come after those.
  • Loading branch information
tgamblin committed May 17, 2016
1 parent 15e9d5f commit 9d584d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

# Version information
from spack.version import Version
spack_version = Version("0.8.15")
spack_version = Version("0.9")

#
# Executables used by Spack
Expand Down

0 comments on commit 9d584d0

Please sign in to comment.