Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Mar 26, 2023
2 parents 8df1aab + afa1279 commit 23b6133
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskiq"
version = "0.3.0"
version = "0.3.1"
description = "Distributed task queue with full async support"
authors = ["Pavel Kirilin <[email protected]>"]
maintainers = ["Pavel Kirilin <[email protected]>"]
Expand Down Expand Up @@ -35,7 +35,7 @@ watchdog = "^2.1.9"
gitignore-parser = "^0.1.0"
importlib-metadata = "<4.3"
pycron = "^3.0.0"
taskiq_dependencies = "^1.0.0"
taskiq_dependencies = "^1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit 23b6133

Please sign in to comment.