Skip to content

Commit 84cd2ef

Browse files
committed
Build 0.2.2 from GH CI
1 parent 4f7ccd7 commit 84cd2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-forms-workflows"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Enterprise-grade, database-driven form builder with approval workflows and external data integration"
55
license = "LGPL-3.0-only"
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='django-forms-workflows',
16-
version='0.2.1',
16+
version='0.2.2',
1717
description='Enterprise-grade, database-driven form builder with approval workflows and external data integration',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)