Skip to content

Commit af11e76

Browse files
apundhirclaude
andcommitted
chore: bump to v0.1.4 (v0.1.3 already on PyPI from earlier run)
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 48a527b commit af11e76

2 files changed

Lines changed: 2 additions & 2 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 = "riskforge"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "EU AI Act Article 9 Risk Management System — open-source CLI"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/riskforge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""RiskForge — EU AI Act Article 9 Risk Management System CLI."""
2-
__version__ = "0.1.3"
2+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)