diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 789909f8..393f5244 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff27b87a..5263f622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.10](https://github.com/Finch-API/finch-api-python/compare/v0.0.9...v0.0.10) (2023-08-24) + + +### Chores + +* **internal:** bump pydantic dep ([#69](https://github.com/Finch-API/finch-api-python/issues/69)) ([a8f406f](https://github.com/Finch-API/finch-api-python/commit/a8f406fe52ad5e5594f7b595a9c033db0d771e7c)) +* **internal:** update anyio ([#71](https://github.com/Finch-API/finch-api-python/issues/71)) ([a5a05af](https://github.com/Finch-API/finch-api-python/commit/a5a05af8964b90a4494cc01faca58f6259dacd58)) + ## [0.0.9](https://github.com/Finch-API/finch-api-python/compare/v0.0.8...v0.0.9) (2023-08-17) diff --git a/pyproject.toml b/pyproject.toml index 42329cda..8df57edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finch-api" -version = "0.0.9" +version = "0.0.10" 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 e36055c5..505dfe9f 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.9" # x-release-please-version +__version__ = "0.0.10" # x-release-please-version