File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
1515[project ]
1616name = " libcasm-configuration"
17- version = " 2.0a7 "
17+ version = " 2.0a8 "
1818authors = [
1919 { name =" CASM developers" , email =" casm-developers@lists.engr.ucsb.edu" },
2020]
Original file line number Diff line number Diff line change 33# -- package specific configuration --
44project = "libcasm-configuration"
55version = "2.0" # The short X.Y version.
6- release = "2.0a7 " # The full version, including alpha/beta/rc tags.
6+ release = "2.0a8 " # The full version, including alpha/beta/rc tags.
77project_desc = "CASM configuration comparison and enumeration"
88logo_text = "libcasm-configuration"
99github_url = "https://github.com/prisms-center/CASMcode_configuration/"
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "2.0a7 "
3+ __version__ = "2.0a8 "
44
55# Available at setup time due to pyproject.toml
66from pybind11 .setup_helpers import Pybind11Extension , build_ext
Original file line number Diff line number Diff line change 22
33setup (
44 name = "libcasm-configuration" ,
5- version = "2.0a7 " ,
5+ version = "2.0a8 " ,
66 packages = [
77 "libcasm" ,
88 "libcasm.clusterography" ,
You can’t perform that action at this time.
0 commit comments