Skip to content

Commit

Permalink
bump version 2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Aug 16, 2024
1 parent 509160d commit 25f56e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libcasm-clexmonte"
version = "2.0a1"
version = "2.0a2"
authors = [
{ name="CASM developers", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion python/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="libcasm-clexmonte",
version="2.0a1",
version="2.0a2",
packages=[
"libcasm",
"libcasm.clexmonte",
Expand Down

0 comments on commit 25f56e2

Please sign in to comment.