feat: update version to 0.0.1b2 in pyproject.toml (#15)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
This commit is contained in:
parent
eb49b8c06c
commit
010acdd2d4
3 changed files with 4 additions and 4 deletions
|
|
@ -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:**
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__title__ = 'Z.ai'
|
||||
__version__ = '0.0.1b1'
|
||||
__version__ = '0.0.1b2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue