Tag Spack version 0.9

- 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.
This commit is contained in:
Todd Gamblin 2016-05-17 16:06:43 -07:00
parent 15e9d5f96e
commit 9d584d0c47

View File

@ -105,7 +105,7 @@
# Version information # Version information
from spack.version import Version from spack.version import Version
spack_version = Version("0.8.15") spack_version = Version("0.9")
# #
# Executables used by Spack # Executables used by Spack