Trying like hell to do a release when I'm too tired to do it.

This commit is contained in:
Dan
2022-03-17 21:01:11 -04:00
parent 30b5fe47fd
commit c1716ea00c
2 changed files with 2 additions and 1 deletions

View File

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