We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d860d4 commit 06a2fbdCopy full SHA for 06a2fbd
fireworks/__init__.py
@@ -1,6 +1,6 @@
1
import os
2
3
-__version__ = "2.0.7" # this is needed to build RST docs correctly
+__version__ = "2.0.8" # this is needed to build RST docs correctly
4
5
# These imports allow a much simpler import of core Fireworks functionality.
6
# E.g., you can now do "from fireworks import Firework", instead of from
setup.py
@@ -12,7 +12,7 @@
12
if __name__ == "__main__":
13
setup(
14
name="FireWorks",
15
- version="2.0.7",
+ version="2.0.8",
16
description="FireWorks workflow software",
17
long_description=open("README.md", encoding="utf-8").read(), # noqa: SIM115
18
long_description_content_type="text/markdown",
0 commit comments