diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef29836b..6290e0c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.8" + ".": "0.7.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ff46e1..5298515a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.9 (2023-12-17) + +Full Changelog: [v0.7.8...v0.7.9](https://github.com/anthropics/anthropic-sdk-python/compare/v0.7.8...v0.7.9) + +### Chores + +* **ci:** run release workflow once per day ([#282](https://github.com/anthropics/anthropic-sdk-python/issues/282)) ([3a23912](https://github.com/anthropics/anthropic-sdk-python/commit/3a239127713c68ae53fa8b338e1f60ca25840a90)) + ## 0.7.8 (2023-12-12) Full Changelog: [v0.7.7...v0.7.8](https://github.com/anthropics/anthropic-sdk-python/compare/v0.7.7...v0.7.8) diff --git a/pyproject.toml b/pyproject.toml index 7539f3be..898f1ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic" -version = "0.7.8" +version = "0.7.9" description = "The official Python library for the anthropic API" readme = "README.md" license = "MIT" diff --git a/src/anthropic/_version.py b/src/anthropic/_version.py index d324b798..35520c44 100644 --- a/src/anthropic/_version.py +++ b/src/anthropic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "anthropic" -__version__ = "0.7.8" # x-release-please-version +__version__ = "0.7.9" # x-release-please-version