Skip to content

Commit 36c1790

Browse files
committed
Bump version: 0.4.9 → 0.5.0
1 parent 62f0d0d commit 36c1790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.7,<0.10" ]
44

55
[project]
66
name = "django-litestream"
7-
version = "0.4.9"
7+
version = "0.5.0"
88
description = "Django integration with litestream, a a standalone streaming replication tool for SQLite."
99
readme = "README.md"
1010
keywords = [
@@ -96,7 +96,7 @@ lint.unfixable = [ ]
9696
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
9797

9898
[tool.bumpversion]
99-
current_version = "0.4.9"
99+
current_version = "0.5.0"
100100
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
101101
serialize = [ "{major}.{minor}.{patch}" ]
102102
search = "{current_version}"

0 commit comments

Comments
 (0)