Skip to content

Commit

Permalink
version 2.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Mar 15, 2024
1 parent e5f4db5 commit 2206dc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to `libcasm-configuration` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v2.0a3] - 2024-03-15

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libcasm-configuration"
version = "2.0a2"
version = "2.0a3"
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-configuration"
version = "2.0" # The short X.Y version.
release = "2.0a2" # The full version, including alpha/beta/rc tags.
release = "2.0a3" # The full version, including alpha/beta/rc tags.
project_desc = "CASM configuration comparison and enumeration"
logo_text = "libcasm-configuration"
github_url = "https://github.com/prisms-center/CASMcode_configuration/"
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.0a2"
__version__ = "2.0a3"

# 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-configuration",
version="2.0a2",
version="2.0a3",
packages=[
"libcasm",
"libcasm.clusterography",
Expand Down

0 comments on commit 2206dc6

Please sign in to comment.