Skip to content

Commit 1d8cdca

Browse files
committed
chore(release): 0.0.41 → 0.0.42
1 parent 786c790 commit 1d8cdca

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

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

5-
## 0.0.41 - 2025-01-07
5+
## 0.0.42 - 2025-01-13
6+
7+
### 🚀 Features
8+
9+
- Add dockerfile
610

711
### 🐛 Bug Fixes
812

913
- Update remote repo user
14+
- Author info
1015

1116
### ⚙️ Miscellaneous Tasks
1217

pyproject.toml

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

209209

210210
[tool.bumpversion]
211-
current_version = "0.0.41"
211+
current_version = "0.0.42"
212212
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
213213
serialize = ["{major}.{minor}.{patch}"]
214214
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.41"
1+
__version__ = "0.0.42"

0 commit comments

Comments
 (0)