diff --git a/pyproject.toml b/pyproject.toml index 7d331cb..e5ec70b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [project] name = "libcasm-mapping" -version = "2.0a4" +version = "2.0a5" authors = [ { name="CASM developers", email="casm-developers@lists.engr.ucsb.edu" }, ] diff --git a/python/doc/conf.py b/python/doc/conf.py index 8035ddf..a390704 100644 --- a/python/doc/conf.py +++ b/python/doc/conf.py @@ -3,7 +3,7 @@ # -- package specific configuration -- project = "libcasm-mapping" version = "2.0" # The short X.Y version. -release = "2.0a4" # The full version, including alpha/beta/rc tags. +release = "2.0a5" # The full version, including alpha/beta/rc tags. project_desc = "CASM structure mapping" logo_text = "libcasm-mapping" github_url = "https://github.com/prisms-center/CASMcode_mapping/" diff --git a/python/setup.py b/python/setup.py index f108c79..b6953b9 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ import os -__version__ = "2.0a4" +__version__ = "2.0a5" # Available at setup time due to pyproject.toml from pybind11.setup_helpers import Pybind11Extension, build_ext diff --git a/setup.py b/setup.py index 97abfe5..bb1e25c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="libcasm-mapping", - version="2.0a4", + version="2.0a5", packages=[ "libcasm", "libcasm.mapping",