Skip to content

Commit 9ab4be6

Browse files
chore(release): v0.7.0 (#60)
Bump pyproject, __version__, and the smoke-test assertion from 0.7.0rc1 to 0.7.0 for the real-release tag. The v0.7.0-rc1 tag published cleanly to TestPyPI and verification passed (fresh-venv install, version + spec_version readback, new exports importable, [otel] extra installs, end-to-end graph compile + invoke, docs site good).
1 parent 7200194 commit 9ab4be6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openarmature"
7-
version = "0.7.0rc1"
7+
version = "0.7.0"
88
description = "Workflow framework for LLM pipelines and tool-calling agents."
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/openarmature/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""OpenArmature: workflow framework for LLM pipelines and tool-calling agents."""
22

3-
__version__ = "0.7.0rc1"
3+
__version__ = "0.7.0"
44
__spec_version__ = "0.16.1"

tests/test_smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def test_package_versions() -> None:
11-
assert openarmature.__version__ == "0.7.0rc1"
11+
assert openarmature.__version__ == "0.7.0"
1212
assert openarmature.__spec_version__ == "0.16.1"
1313

1414

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)