Skip to content

Commit 8649021

Browse files
committed
chore(release): 0.0.44 → 0.0.45
1 parent 2b26e38 commit 8649021

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## 0.0.45 - 2025-02-22
6+
7+
### 🐛 Bug Fixes
8+
9+
- Docs build
10+
511
## 0.0.44 - 2025-02-22
612

713
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ topo_order = false
199199
sort_commits = "oldest"
200200

201201
[tool.bumpversion]
202-
current_version = "0.0.44"
202+
current_version = "0.0.45"
203203
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
204204
serialize = ["{major}.{minor}.{patch}"]
205205
search = "{current_version}"

src/python_uv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.44"
1+
__version__ = "0.0.45"

0 commit comments

Comments
 (0)