Skip to content

Commit 31f1dc9

Browse files
committed
version 2.0a8
1 parent 6f3b867 commit 31f1dc9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414

1515
[project]
1616
name = "libcasm-configuration"
17-
version = "2.0a7"
17+
version = "2.0a8"
1818
authors = [
1919
{ name="CASM developers", email="casm-developers@lists.engr.ucsb.edu" },
2020
]

python/doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -- package specific configuration --
44
project = "libcasm-configuration"
55
version = "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.
77
project_desc = "CASM configuration comparison and enumeration"
88
logo_text = "libcasm-configuration"
99
github_url = "https://github.com/prisms-center/CASMcode_configuration/"

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "2.0a7"
3+
__version__ = "2.0a8"
44

55
# Available at setup time due to pyproject.toml
66
from pybind11.setup_helpers import Pybind11Extension, build_ext

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="libcasm-configuration",
5-
version="2.0a7",
5+
version="2.0a8",
66
packages=[
77
"libcasm",
88
"libcasm.clusterography",

0 commit comments

Comments
 (0)