Skip to content

Commit 0daf18d

Browse files
Merge pull request #9 from z22092/feat/migrations
feat: add run migration flag
2 parents f162de5 + a3f9b0c commit 0daf18d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskiq-postgresql"
3-
version = "0.1.2"
3+
version = "0.4.0"
44
description = "PostgreSQL integration for taskiq"
55
readme = "README.md"
66
authors = [
@@ -165,7 +165,7 @@ extend-immutable-calls = ["taskiq_dependencies.Depends", "taskiq.TaskiqDepends"]
165165
]
166166

167167
[tool.bumpversion]
168-
current_version = "0.3.2"
168+
current_version = "0.4.0"
169169
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
170170
serialize = ["{major}.{minor}.{patch}"]
171171
search = "{current_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)