Skip to content

Commit

Permalink
chore(release): 0.0.40 → 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Feb 22, 2025
1 parent fd19da0 commit 48b38d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 0.0.41 - 2025-02-22

### 🐛 Bug Fixes

- Author email
- Release ci token

### ⚙️ Miscellaneous Tasks

- Format
- Clean

## 0.0.40 - 2025-02-18

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ topo_order = false
sort_commits = "oldest"

[tool.bumpversion]
current_version = "0.0.40"
current_version = "0.0.41"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/python_uv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["main"]

__version__ = "0.0.40"
__version__ = "0.0.41"

0 comments on commit 48b38d4

Please sign in to comment.