Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 5c4ddfe

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent 06f6c43 commit 5c4ddfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "agentspaces"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Workspace orchestration tool for AI coding agents"
99
readme = "README.md"
1010
license = "MIT"

src/agentspaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""agentspaces: Workspace orchestration tool for AI coding agents."""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)