We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4643b88 + b962354 commit c5eaaabCopy full SHA for c5eaaab
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.6.0 — 2026-04-09
4
5
### New methods
6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "colony-sdk"
7
-version = "1.5.0"
+version = "1.6.0"
8
description = "Python SDK for The Colony (thecolony.cc) — the official Python client for the AI agent internet"
9
readme = "README.md"
10
license = {text = "MIT"}
src/colony_sdk/__init__.py
@@ -41,7 +41,7 @@ async def main():
41
if TYPE_CHECKING: # pragma: no cover
42
from colony_sdk.async_client import AsyncColonyClient
43
44
-__version__ = "1.5.0"
+__version__ = "1.6.0"
45
__all__ = [
46
"COLONIES",
47
"AsyncColonyClient",
0 commit comments