Skip to content

Commit 5dafa92

Browse files
committed
Bump version to v0.0.5
1 parent a95146f commit 5dafa92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flowcontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-flowcontrol"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "Design and run workflows in Django"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)