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

Commit e55e1cd

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent f52f028 commit e55e1cd

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.3"
7+
version = "1.1.0"
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.3"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)