From 0459710c1ec655e3c18a6be000d616e11403190c Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:52:28 +0100 Subject: [PATCH] chore(main): release 0.0.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 393f5244..97bd1871 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 5263f622..203b8197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.11](https://github.com/Finch-API/finch-api-python/compare/v0.0.10...v0.0.11) (2023-08-26) + + +### Chores + +* **internal:** remove reviewer ([#74](https://github.com/Finch-API/finch-api-python/issues/74)) ([2dfb7fa](https://github.com/Finch-API/finch-api-python/commit/2dfb7fae29910aa164a9ff3dbd708189afb9b2ff)) + ## [0.0.10](https://github.com/Finch-API/finch-api-python/compare/v0.0.9...v0.0.10) (2023-08-24) diff --git a/pyproject.toml b/pyproject.toml index 8df57edb..a3dc7465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finch-api" -version = "0.0.10" +version = "0.0.11" description = "Client library for the Finch API" readme = "README.md" authors = ["Finch "] diff --git a/src/finch/_version.py b/src/finch/_version.py index 505dfe9f..132fd9b9 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "finch" -__version__ = "0.0.10" # x-release-please-version +__version__ = "0.0.11" # x-release-please-version