From f67dd2205f458fdc78c37acd5a6751e82292c9b6 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 24 Apr 2026 10:16:50 -0400 Subject: [PATCH] chore: release 0.1.2 --- README.md | 2 +- openaura/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"