Skip to content

Commit 79ae39c

Browse files
release: bump version to 0.2.1 (align package metadata)
1 parent 135ecac commit 79ae39c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "qisa-consensus-engine"
9-
version = "0.1.3"
9+
version = "0.2.1"
1010
description = "Deterministic multi-perspective consensus engine with fixpoint convergence, auditability, and categorical coherence metrics."
1111
readme = "README.md"
1212
requires-python = ">=3.11"
@@ -65,4 +65,4 @@ fix = true
6565

6666
[tool.ruff.format]
6767
quote-style = "double"
68-
indent-style = "space"
68+
indent-style = "space"

src/qisa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
]
3636

3737

38-
__version__ = "0.0.0"
38+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)