Skip to content

Commit 650c5d9

Browse files
chore(release): bump version to 1.1.0
1 parent 36594a6 commit 650c5d9

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.1.0 (2026-01-08)
6+
7+
### Features
8+
9+
- Publish to pypi
10+
([`36594a6`](https://github.com/rameezk/finwise-python/commit/36594a640f28efa58f38ff48ba17a35268d7ea92))
11+
12+
513
## v1.0.0 (2026-01-08)
614

715
### Features

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 = "1.0.0"
7+
version = "1.1.0"
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__ = "1.0.0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)