feat: update version to 0.0.1b2 in pyproject.toml (#15)

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
This commit is contained in:
wellenzheng 2025-07-23 17:47:00 +08:00 committed by GitHub
parent eb49b8c06c
commit 010acdd2d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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:**

View file

@ -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"

View file

@ -1,2 +1,2 @@
__title__ = 'Z.ai'
__version__ = '0.0.1b1'
__version__ = '0.0.1b2'