mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-08-01 16:49:47 +08:00
prep to relase 1.1.7
This commit is contained in:
@ -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 ---------------------------------------------------
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Reference in New Issue
Block a user