Skip to content

Commit 43a8cb3

Browse files
committed
chore(main): release 0.0.5
1 parent 54f5028 commit 43a8cb3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.5](https://github.com/Finch-API/finch-api-python/compare/v0.0.4...v0.0.5) (2023-07-17)
4+
5+
6+
### Chores
7+
8+
* **internal:** add `codegen.log` to `.gitignore` ([#40](https://github.com/Finch-API/finch-api-python/issues/40)) ([54f5028](https://github.com/Finch-API/finch-api-python/commit/54f50284611843b4a40986d6f553af4e6e5a5198))
9+
310
## [0.0.4](https://github.com/Finch-API/finch-api-python/compare/v0.0.3...v0.0.4) (2023-07-12)
411

512

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.4"
3+
version = "0.0.5"
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.4" # x-release-please-version
4+
__version__ = "0.0.5" # x-release-please-version

0 commit comments

Comments
 (0)