mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-07-30 23:05:38 +08:00
Slight improvement to the metrics class.
Major performance improvement by reducing the number of times we convert to and from Box. Bumped to version 1.1 to keep in line with our tags in github.
This commit is contained in:
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ HERE = pathlib.Path(__file__).parent
|
||||
README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(name='SpiffWorkflow',
|
||||
version='1.0.0',
|
||||
version='1.1.0',
|
||||
description='A workflow framework and BPMN/DMN Processor',
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Reference in New Issue
Block a user