Skip to content

Commit 7c19cc3

Browse files
committed
bump version.
1 parent bf6a6ba commit 7c19cc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Sartography'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0.0rc0'
25+
release = '2.0.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
README = (HERE / "README.md").read_text()
1414

1515
setup(name='SpiffWorkflow',
16-
version='2.0.0rc0',
16+
version='2.0.0',
1717
description='A workflow framework and BPMN/DMN Processor',
1818
long_description=README,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)