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:
Dan
2021-11-29 17:36:31 -05:00
parent 9b5b99fd7b
commit 1fa88aa73f
3 changed files with 13 additions and 25 deletions

View File

@ -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",