We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67165e1 commit ddc41c8Copy full SHA for ddc41c8
flowcontrol/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.5"
+__version__ = "0.0.6"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "django-flowcontrol"
7
-version = "0.0.5"
+version = "0.0.6"
8
description = "Design and run workflows in Django"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments