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

@ -22,7 +22,6 @@ copyright = '2022, Sartography'
author = 'Sartography' author = 'Sartography'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.1.6'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

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