Skip to content

Commit 23b6133

Browse files
committed
Merge branch 'release/0.3.1'
2 parents 8df1aab + afa1279 commit 23b6133

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]
@@ -35,7 +35,7 @@ watchdog = "^2.1.9"
3535
gitignore-parser = "^0.1.0"
3636
importlib-metadata = "<4.3"
3737
pycron = "^3.0.0"
38-
taskiq_dependencies = "^1.0.0"
38+
taskiq_dependencies = "^1"
3939

4040
[tool.poetry.dev-dependencies]
4141
pytest = "^7.1.2"

0 commit comments

Comments
 (0)