We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b26e38 commit 8649021Copy full SHA for 8649021
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.0.45 - 2025-02-22
6
+
7
+### 🐛 Bug Fixes
8
9
+- Docs build
10
11
## 0.0.44 - 2025-02-22
12
13
### 🐛 Bug Fixes
pyproject.toml
@@ -199,7 +199,7 @@ topo_order = false
199
sort_commits = "oldest"
200
201
[tool.bumpversion]
202
-current_version = "0.0.44"
+current_version = "0.0.45"
203
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
204
serialize = ["{major}.{minor}.{patch}"]
205
search = "{current_version}"
src/python_uv/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.44"
+__version__ = "0.0.45"
0 commit comments