Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Release-Note.md
Original file line number Diff line number Diff line change
@@ -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!**

Expand Down Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/zai/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = 'Z.ai'
__version__ = '0.0.1b1'
__version__ = '0.0.1b2'
Loading