From 9f6c20a49d53216bfbb1f5924b2c485df196b4a7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:08:15 +0000 Subject: [PATCH] release: 0.0.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/honcho/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5742c08..789909f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c916d8..5cf64d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.9 (2024-05-16) + +Full Changelog: [v0.0.8...v0.0.9](https://github.com/plastic-labs/honcho-python/compare/v0.0.8...v0.0.9) + +### Chores + +* **internal:** version bump ([#8](https://github.com/plastic-labs/honcho-python/issues/8)) ([dac6964](https://github.com/plastic-labs/honcho-python/commit/dac6964e461965e4b111a77b22a508eac849590c)) + ## 0.0.8 (2024-05-16) Full Changelog: [v0.0.8-alpha.1...v0.0.8](https://github.com/plastic-labs/honcho-python/compare/v0.0.8-alpha.1...v0.0.8) diff --git a/pyproject.toml b/pyproject.toml index 7bd8455..c3187bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai" -version = "0.0.8" +version = "0.0.9" description = "The official Python library for the honcho API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/honcho/_version.py b/src/honcho/_version.py index 6f25d30..8e44be0 100644 --- a/src/honcho/_version.py +++ b/src/honcho/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "honcho" -__version__ = "0.0.8" # x-release-please-version +__version__ = "0.0.9" # x-release-please-version