Skip to content

Commit a96fc78

Browse files
committed
fixing docs
1 parent fbc4a42 commit a96fc78

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.0'
25+
release = '2.0.1'
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.0',
16+
version='2.0.1',
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)