diff --git a/README.md b/README.md index b770b3ce9..1473d7c1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ CASM is currently beta software with very active development. Our goal is that t CASM can be cited using the following four references: -- [ref1] CASM, v0.1.0 (2015). Available from https://github.com/prisms-center/CASMcode. doi:[include doi here] +- [ref1] CASM, v0.2.0 (2016). Available from https://github.com/prisms-center/CASMcode. doi:[include doi here] - DOIs are generated after a release is archived so they cannot be included in the README for the current release. The appropriate DOI for a particular release can be obtained from the wiki page: . - [ref2] J. C. Thomas, A. Van der Ven, *Finite-temperature properties of strongly anharmonic and mechanically unstable crystal phases from first principles*, *Physical Review B*, **88**, 214111 (2013). - [ref3] B. Puchala, A. Van der Ven, *Thermodynamics of the Zr-O system from first-principles calculations*, *Physical Review B*, **88**, 094108 (2013). diff --git a/SConstruct b/SConstruct index 4cb902567..c430c0e10 100644 --- a/SConstruct +++ b/SConstruct @@ -243,7 +243,7 @@ def compile_flags(): ##### Set version_number -version_number = version('0.2a1') +version_number = version('0.2.0') url = 'https://github.com/prisms-center/CASMcode' Export('version_number', 'url')