Updating release numbers

This commit is contained in:
Dan
2022-10-14 14:16:38 -04:00
parent e0d04877f0
commit d9fcd45a38
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ copyright = '2022, Sartography'
author = 'Sartography'
# The full version, including alpha/beta/rc tags
release = '1.2.0'
# -- General configuration ---------------------------------------------------

View File

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