mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-07-31 23:33:51 +08:00
prep to relase 1.1.7
This commit is contained in:
@ -22,7 +22,6 @@ copyright = '2022, Sartography'
|
||||
author = 'Sartography'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '1.1.6'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user