Skip to content

Commit 3f51152

Browse files
chore(release): bump version to 0.1.1
1 parent cfb1e53 commit 3f51152

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CHANGELOG
2+
3+
<!-- version list -->
4+
5+
## v0.1.1 (2026-01-08)
6+
7+
### Features
8+
9+
- Add release workflow
10+
([`cfb1e53`](https://github.com/rameezk/finwise-python/commit/cfb1e533e3a0d17f64de3ae451ef6d9078f16d6e))
11+
12+
13+
## v0.1.0 (2026-01-08)
14+
15+
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "finwise"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Official Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/finwise/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)