diff --git a/README.md b/README.md index dc6fb30..7972435 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

License: Apache 2.0 -Install +Install Python 3.11+ Status: alpha CI diff --git a/openaura/__init__.py b/openaura/__init__.py index 53e0125..6cbbcfe 100644 --- a/openaura/__init__.py +++ b/openaura/__init__.py @@ -4,5 +4,5 @@ from openaura.manifesto import load_manifesto -__version__ = "0.1.1" +__version__ = "0.1.2" __all__ = ["__version__", "load_manifesto"] diff --git a/pyproject.toml b/pyproject.toml index c403ab4..b8b9a2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "open-aura" -version = "0.1.1" +version = "0.1.2" description = "Agentic Updates, Reviews, and Accountability — CI-native weekly project briefs powered by Pydantic AI." readme = "PYPI.md" requires-python = ">=3.11"