Skip to content

Commit f4d742a

Browse files
Bump version: 0.1.31 → 0.1.32
1 parent e159a9d commit f4d742a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.1.32] - 2025-04-29
6+
57
## [0.1.31] - 2025-04-29
68

79
- (Placeholder for new changes)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ version = "0.1.0"
111111
tag_format = "v$version"
112112

113113
[tool.bumpversion]
114-
current_version = "0.1.31"
114+
current_version = "0.1.32"
115115
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
116116
serialize = ["{major}.{minor}.{patch}"]
117117
search = "{current_version}"

0 commit comments

Comments
 (0)