From 010acdd2d4dae9f22da10d6ed8c80b0181cd3cd7 Mon Sep 17 00:00:00 2001 From: wellenzheng <40078093+wellenzheng@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:47:00 +0800 Subject: [PATCH] feat: update version to 0.0.1b2 in pyproject.toml (#15) Co-authored-by: zhengweijun --- Release-Note.md | 4 ++-- pyproject.toml | 2 +- src/zai/_version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Release-Note.md b/Release-Note.md index 4c17c7d..cefed25 100644 --- a/Release-Note.md +++ b/Release-Note.md @@ -1,6 +1,6 @@ # Release Notes -## v0.0.1b1 - Major Enhancements & Restructuring (2025-07-22) +## v0.0.1b2 - Major Enhancements & Restructuring (2025-07-22) 🚀 **A comprehensive update focusing on developer experience, code organization, and expanded examples!** @@ -311,7 +311,7 @@ This initial release establishes the foundation for Z.ai's Python SDK. Future re ## Migration Guide -### From v0.0.1a1 to v0.0.1b1 +### From v0.0.1a1 to v0.0.1b2 *No breaking changes - all existing code continues to work!* **Optional Enhancements:** diff --git a/pyproject.toml b/pyproject.toml index 6d0c50f..e85f1bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zai-sdk" -version = "0.0.1b1" +version = "0.0.1b2" description = "A SDK library for accessing big model apis from Z.ai" authors = ["Z.ai"] readme = "README.md" diff --git a/src/zai/_version.py b/src/zai/_version.py index 63a75a6..0fecd85 100644 --- a/src/zai/_version.py +++ b/src/zai/_version.py @@ -1,2 +1,2 @@ __title__ = 'Z.ai' -__version__ = '0.0.1b1' +__version__ = '0.0.1b2'