We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb1e53 commit 3f51152Copy full SHA for 3f51152
CHANGELOG.md
@@ -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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "finwise"
-version = "0.1.0"
+version = "0.1.1"
description = "Official Python SDK for the FinWise API"
readme = "README.md"
requires-python = ">=3.9"
src/finwise/_version.py
@@ -1,3 +1,3 @@
"""Version information."""
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments