Skip to content

Commit 4a5533d

Browse files
stainless-botrattrayalex
authored andcommitted
chore(main): release 0.0.10
1 parent 7bb00c6 commit 4a5533d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.9"
2+
".": "0.0.10"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.10](https://github.com/Finch-API/finch-api-python/compare/v0.0.9...v0.0.10) (2023-08-24)
4+
5+
6+
### Chores
7+
8+
* **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))
9+
* **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))
10+
311
## [0.0.9](https://github.com/Finch-API/finch-api-python/compare/v0.0.8...v0.0.9) (2023-08-17)
412

513

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "finch-api"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "Client library for the Finch API"
55
readme = "README.md"
66
authors = ["Finch <[email protected]>"]

src/finch/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "finch"
4-
__version__ = "0.0.9" # x-release-please-version
4+
__version__ = "0.0.10" # x-release-please-version

0 commit comments

Comments
 (0)