Skip to content

Commit b20bd4e

Browse files
committed
Merge branch '0.2.0'
2 parents d0c341e + 2162c50 commit b20bd4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CASM is currently beta software with very active development. Our goal is that t
1919

2020
CASM can be cited using the following four references:
2121

22-
- [ref1] CASM, v0.1.0 (2015). Available from https://github.com/prisms-center/CASMcode. doi:[include doi here]
22+
- [ref1] CASM, v0.2.0 (2016). Available from https://github.com/prisms-center/CASMcode. doi:[include doi here]
2323
- 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: <https://github.com/prisms-center/CASMcode/wiki/DOIs>.
2424
- [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).
2525
- [ref3] B. Puchala, A. Van der Ven, *Thermodynamics of the Zr-O system from first-principles calculations*, *Physical Review B*, **88**, 094108 (2013).

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def compile_flags():
243243

244244
##### Set version_number
245245

246-
version_number = version('0.2a1')
246+
version_number = version('0.2.0')
247247
url = 'https://github.com/prisms-center/CASMcode'
248248
Export('version_number', 'url')
249249

0 commit comments

Comments
 (0)