Skip to content

Commit 403eb82

Browse files
committed
release: 0.2.2
1 parent 1c21b04 commit 403eb82

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.2 (2023-10-19)
4+
5+
Full Changelog: [v0.2.1...v0.2.2](https://github.com/Finch-API/finch-api-python/compare/v0.2.1...v0.2.2)
6+
37
## 0.2.1 (2023-10-19)
48

59
Full Changelog: [v0.2.0...v0.2.1](https://github.com/Finch-API/finch-api-python/compare/v0.2.0...v0.2.1)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Client library for the Finch API"
55
readme = "README.md"
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)