Skip to content

Commit 2432e4c

Browse files
kasperjungeclaude
andcommitted
Release v0.7.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 810bbe8 commit 2432e4c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.8.0] - 2026-02-02
5+
## [0.7.2] - 2026-02-02
66

77
### Added
88
- **SDK module** for programmatic access to skills (`from agr import Skill, cache, list_skills, skill_info`)

agr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""agr: Agent Resources - Install and manage agent skills."""
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.7.2"
44

55
from agr.sdk import Skill, SkillInfo, cache, list_skills, skill_info
66

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 = "agr"
7-
version = "0.8.0"
7+
version = "0.7.2"
88
description = "Agent Resources - A package and project manager for AI agents."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)