Skip to content

Commit 64fbb3d

Browse files
authored
chore(release): bump to v0.41.1 (#398)
1 parent 6d33665 commit 64fbb3d

3 files changed

Lines changed: 101 additions & 101 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.15.6"
20+
rev: "v0.15.7"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ maintainers = [{ name = "Litestar Developers", email = "hello@litestar.dev" }]
2424
name = "sqlspec"
2525
readme = "README.md"
2626
requires-python = ">=3.10, <4.0"
27-
version = "0.41.0"
27+
version = "0.41.1"
2828

2929
[project.urls]
3030
Discord = "https://discord.gg/litestar"
@@ -250,7 +250,7 @@ opt_level = "3" # Maximum optimization (0-3)
250250
allow_dirty = true
251251
commit = false
252252
commit_args = "--no-verify"
253-
current_version = "0.41.0"
253+
current_version = "0.41.1"
254254
ignore_missing_files = false
255255
ignore_missing_version = false
256256
message = "chore(release): bump to v{new_version}"

0 commit comments

Comments
 (0)