Release Notes for 2.0.0_rc1

This commit is contained in:
danfunk
2023-05-26 10:00:45 -04:00
parent f0bf79bd9f
commit ab70a34b51
4 changed files with 6 additions and 4 deletions

View File

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