diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8285b7..4f9005e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.5" + ".": "0.1.0-alpha.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 82563ee..ca0d674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.6 (2024-12-17) + +Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/CZL-AI/czlai-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) + +### Features + +* Update pyproject.toml ([147d2d4](https://github.com/CZL-AI/czlai-python/commit/147d2d451f03ebf470eec2e3ce89e9b8fbf1b87e)) + ## 0.1.0-alpha.5 (2024-11-26) Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/CZL-AI/czlai-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) diff --git a/pyproject.toml b/pyproject.toml index 026f9b9..9dda96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "czlai" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" description = "The official Python library for the czlai API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Czlai", email = "dev-feedback@czlai.com" }, +{ name = "Czlai", email = "1921934563@qq.com" }, ] dependencies = [ "httpx>=0.23.0, <1", diff --git a/src/czlai/_version.py b/src/czlai/_version.py index bb95a90..9224d6e 100644 --- a/src/czlai/_version.py +++ b/src/czlai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "czlai" -__version__ = "0.1.0-alpha.5" # x-release-please-version +__version__ = "0.1.0-alpha.6" # x-release-please-version