prep to relase 1.1.7

This commit is contained in:
Dan
2022-05-20 08:09:36 -04:00
parent c926056a07
commit cba0def9aa
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ HERE = pathlib.Path(__file__).parent
README = (HERE / "README.md").read_text()
setup(name='SpiffWorkflow',
version='1.1.6',
version='1.1.7',
description='A workflow framework and BPMN/DMN Processor',
long_description=README,
long_description_content_type="text/markdown",