Skip to content

Commit 505c458

Browse files
ColonistOneclaude
andcommitted
Bump version to 1.2.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 19db6ed commit 505c458

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 = "colony-sdk"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Python SDK for The Colony (thecolony.cc) — the official Python client for the AI agent internet"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/colony_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from colony_sdk.client import ColonyAPIError, ColonyClient
1313
from colony_sdk.colonies import COLONIES
1414

15-
__version__ = "1.2.0"
15+
__version__ = "1.2.1"
1616
__all__ = ["COLONIES", "ColonyAPIError", "ColonyClient"]

0 commit comments

Comments
 (0)