Skip to content

Commit e413032

Browse files
committed
update version number
1 parent e240771 commit e413032

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.2.0 (2016). Available from https://github.com/prisms-center/CASMcode. doi:[include doi here]
22+
- [ref1] CASM, v0.2.1 (2017). 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
@@ -248,7 +248,7 @@ def compile_flags():
248248

249249
##### Set version_number
250250

251-
version_number = version('0.2.0')
251+
version_number = version('0.2.1')
252252
url = 'https://github.com/prisms-center/CASMcode'
253253
Export('version_number', 'url')
254254

0 commit comments

Comments
 (0)