diff --git a/setup.py b/setup.py index 997e4a1..54416d3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="dramatiq-workflow", - version="0.1.0", + version="0.1.1", description="A library for running workflows (chains and groups of tasks) using the Python background task processing library dramatiq.", long_description=open("README.md").read(), long_description_content_type="text/markdown",