Skip to content

Commit 23f719f

Browse files
committed
fix: bump __version__ to 0.11.0 in __init__.py (was stuck at 0.9.0)
1 parent be34739 commit 23f719f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_forms_workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Enterprise-grade, database-driven form builder with approval workflows
44
"""
55

6-
__version__ = "0.9.0"
6+
__version__ = "0.11.0"
77
__author__ = "Django Forms Workflows Contributors"
88
__license__ = "LGPL-3.0-only"
99

0 commit comments

Comments
 (0)