Skip to content

Commit 4f4b4cd

Browse files
committed
chore(release): 0.0.40 → 0.0.41
1 parent 79f4f5d commit 4f4b4cd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.0.41 - 2025-01-07
6+
7+
### 🐛 Bug Fixes
8+
9+
- Remove repo user
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Update pre-commit
14+
- *(CI)* Update astral-sh/setup-uv
15+
516
## 0.0.40 - 2024-11-30
617

718
### 📚 Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ sort_commits = "oldest"
229229

230230

231231
[tool.bumpversion]
232-
current_version = "0.0.40"
232+
current_version = "0.0.41"
233233
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
234234
serialize = ["{major}.{minor}.{patch}"]
235235
search = "{current_version}"

src/python_uv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["main"]
44

5-
__version__ = "0.0.40"
5+
__version__ = "0.0.41"

0 commit comments

Comments
 (0)