Skip to content

Commit f67dd22

Browse files
committed
chore: release 0.1.2
1 parent 1bc4377 commit f67dd22

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p>
1313

1414
<a href="./LICENSE"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache_2.0-3b82f6.svg"></a>
15-
<img alt="Install" src="https://img.shields.io/badge/pip%20install-open--aura-3b82f6?logo=pypi&logoColor=white">
15+
<a href="https://pypi.org/project/open-aura/"><img alt="Install" src="https://img.shields.io/badge/pip%20install-open--aura-3b82f6?logo=pypi&logoColor=white"></a>
1616
<img alt="Python 3.11+" src="https://img.shields.io/badge/python-3.11%2B-3b82f6?logo=python&logoColor=white">
1717
<img alt="Status: alpha" src="https://img.shields.io/badge/status-alpha-orange">
1818
<a href="https://github.com/pradelgorithm/openaura/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/pradelgorithm/openaura/actions/workflows/ci.yml/badge.svg"></a>

openaura/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
from openaura.manifesto import load_manifesto
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.1.2"
88
__all__ = ["__version__", "load_manifesto"]

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 = "open-aura"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Agentic Updates, Reviews, and Accountability — CI-native weekly project briefs powered by Pydantic AI."
99
readme = "PYPI.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)