From 62bef4a47aed23e1b1ef0dd921b671d8eccf46f5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:34:07 +0000 Subject: [PATCH] release: 0.0.11 --- .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 393f524..97bd187 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.10" + ".": "0.0.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 360bb05..0b83c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.11 (2024-05-23) + +Full Changelog: [v0.0.10...v0.0.11](https://github.com/plastic-labs/honcho-python/compare/v0.0.10...v0.0.11) + +### Chores + +* **internal:** version bump ([#16](https://github.com/plastic-labs/honcho-python/issues/16)) ([e873340](https://github.com/plastic-labs/honcho-python/commit/e873340f281f09c774b6cafe1502d2b7a205bcd0)) + ## 0.0.10 (2024-05-23) Full Changelog: [v0.0.9...v0.0.10](https://github.com/plastic-labs/honcho-python/compare/v0.0.9...v0.0.10) diff --git a/pyproject.toml b/pyproject.toml index 1dba6ca..10bf0ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai" -version = "0.0.10" +version = "0.0.11" 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 24c072e..592bcb6 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.10" # x-release-please-version +__version__ = "0.0.11" # x-release-please-version