From d60f24de28cf08927f1118dc911337b6f15f7c61 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:01:18 +0000 Subject: [PATCH] release: 0.33.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/anthropic/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc3d0ace..4930e517 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.1" + ".": "0.33.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f4311f8a..49f947d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.33.2 (2024-08-13) + +Full Changelog: [v0.33.1...v0.33.2](https://github.com/anthropics/anthropic-sdk-python/compare/v0.33.1...v0.33.2) + +### Chores + +* **examples:** minor formatting changes ([#633](https://github.com/anthropics/anthropic-sdk-python/issues/633)) ([20487ea](https://github.com/anthropics/anthropic-sdk-python/commit/20487ea0080969511e7c41f199387b87a84f6ab4)) + ## 0.33.1 (2024-08-12) Full Changelog: [v0.33.0...v0.33.1](https://github.com/anthropics/anthropic-sdk-python/compare/v0.33.0...v0.33.1) diff --git a/pyproject.toml b/pyproject.toml index e563ae76..4fca5259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic" -version = "0.33.1" +version = "0.33.2" description = "The official Python library for the anthropic API" dynamic = ["readme"] license = "MIT" diff --git a/src/anthropic/_version.py b/src/anthropic/_version.py index 4d8c83b1..eafe9426 100644 --- a/src/anthropic/_version.py +++ b/src/anthropic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "anthropic" -__version__ = "0.33.1" # x-release-please-version +__version__ = "0.33.2" # x-release-please-version