Skip to content

Commit f638beb

Browse files
RobLe3claude
andcommitted
chore: bump to v0.7.9 — qualify_service, version alignment with TS/Rust
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 27fbf02 commit f638beb

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 = "iicp-client"
7-
version = "0.7.7"
7+
version = "0.7.9"
88
description = "Official Python client SDK for the IICP protocol"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/iicp_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
TaskResponse,
5656
)
5757

58-
__version__ = "0.7.7"
58+
__version__ = "0.7.9"
5959
__all__ = [
6060
"IicpClient",
6161
"IicpError",

0 commit comments

Comments
 (0)