We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1270dd4 commit d2912cdCopy full SHA for d2912cd
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="dramatiq-workflow",
5
- version="0.1.1",
+ version="0.2.0",
6
description="A library for running workflows (chains and groups of tasks) using the Python background task processing library dramatiq.",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
0 commit comments