From 25f56e2260ef0b4ff5de070f805b20cf3af9bfcc Mon Sep 17 00:00:00 2001 From: bpuchala Date: Thu, 15 Aug 2024 21:30:07 -0400 Subject: [PATCH] bump version 2.0a2 --- pyproject.toml | 2 +- python/doc/conf.py | 2 +- python/setup.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80d439c..85767be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta" [project] name = "libcasm-clexmonte" -version = "2.0a1" +version = "2.0a2" authors = [ { name="CASM developers", email="casm-developers@lists.engr.ucsb.edu" }, ] diff --git a/python/doc/conf.py b/python/doc/conf.py index 66da3c8..66f7c8b 100644 --- a/python/doc/conf.py +++ b/python/doc/conf.py @@ -3,7 +3,7 @@ # -- package specific configuration -- project = "libcasm-clexmonte" version = "2.0" # The short X.Y version. -release = "2.0a1" # The full version, including alpha/beta/rc tags. +release = "2.0a2" # The full version, including alpha/beta/rc tags. project_desc = "CASM cluster expansion Monte Carlo simulations" logo_text = "libcasm-clexmonte" github_url = "https://github.com/prisms-center/CASMcode_clexmonte/" diff --git a/python/setup.py b/python/setup.py index 0a0c25b..bb6232b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ import os -__version__ = "2.0a1" +__version__ = "2.0a2" # 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 bf42ab9..1afed14 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="libcasm-clexmonte", - version="2.0a1", + version="2.0a2", packages=[ "libcasm", "libcasm.clexmonte",