Fix GitHub URLs and PyPI badge links (v0.2.1)

- Update all GitHub URLs from headroom-sdk/headroom to chopratejas/headroom
- Fix PyPI badge URLs from headroom to headroom-ai
- Bump version to 0.2.1
This commit is contained in:
chopratejas 2026-01-10 15:11:08 -08:00
parent e782723ac3
commit 55814fe09c
2 changed files with 14 additions and 14 deletions

View file

@ -9,16 +9,16 @@
</p>
<p align="center">
<a href="https://github.com/headroom-sdk/headroom/actions/workflows/ci.yml">
<img src="https://github.com/headroom-sdk/headroom/actions/workflows/ci.yml/badge.svg" alt="CI">
<a href="https://github.com/chopratejas/headroom/actions/workflows/ci.yml">
<img src="https://github.com/chopratejas/headroom/actions/workflows/ci.yml/badge.svg" alt="CI">
</a>
<a href="https://pypi.org/project/headroom/">
<img src="https://img.shields.io/pypi/v/headroom.svg" alt="PyPI">
<a href="https://pypi.org/project/headroom-ai/">
<img src="https://img.shields.io/pypi/v/headroom-ai.svg" alt="PyPI">
</a>
<a href="https://pypi.org/project/headroom/">
<img src="https://img.shields.io/pypi/pyversions/headroom.svg" alt="Python">
<a href="https://pypi.org/project/headroom-ai/">
<img src="https://img.shields.io/pypi/pyversions/headroom-ai.svg" alt="Python">
</a>
<a href="https://github.com/headroom-sdk/headroom/blob/main/LICENSE">
<a href="https://github.com/chopratejas/headroom/blob/main/LICENSE">
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License">
</a>
</p>
@ -549,7 +549,7 @@ We welcome contributions!
```bash
# Development setup
git clone https://github.com/headroom-sdk/headroom.git
git clone https://github.com/chopratejas/headroom.git
cd headroom
pip install -e ".[dev]"

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "headroom-ai"
version = "0.2.0"
version = "0.2.1"
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
readme = "README.md"
license = "Apache-2.0"
@ -83,11 +83,11 @@ all = [
headroom = "headroom.cli:main"
[project.urls]
Homepage = "https://github.com/headroom-sdk/headroom"
Documentation = "https://headroom.dev/docs"
Repository = "https://github.com/headroom-sdk/headroom"
Issues = "https://github.com/headroom-sdk/headroom/issues"
Changelog = "https://github.com/headroom-sdk/headroom/blob/main/CHANGELOG.md"
Homepage = "https://github.com/chopratejas/headroom"
Documentation = "https://github.com/chopratejas/headroom#readme"
Repository = "https://github.com/chopratejas/headroom"
Issues = "https://github.com/chopratejas/headroom/issues"
Changelog = "https://github.com/chopratejas/headroom/blob/main/CHANGELOG.md"
[tool.hatch.build.targets.wheel]
packages = ["headroom"]