Skip to content

Commit 06a2fbd

Browse files
committed
Update to v2.0.7
1 parent 4d860d4 commit 06a2fbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fireworks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "2.0.7" # this is needed to build RST docs correctly
3+
__version__ = "2.0.8" # this is needed to build RST docs correctly
44

55
# These imports allow a much simpler import of core Fireworks functionality.
66
# E.g., you can now do "from fireworks import Firework", instead of from

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if __name__ == "__main__":
1313
setup(
1414
name="FireWorks",
15-
version="2.0.7",
15+
version="2.0.8",
1616
description="FireWorks workflow software",
1717
long_description=open("README.md", encoding="utf-8").read(), # noqa: SIM115
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)