We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac83d54 commit 5c0d691Copy full SHA for 5c0d691
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-__version__ = "v0.1.0"
+__version__ = "v0.2.0"
4
5
DESCRIPTION = "Contains classes and helpers to generate WDL without worrying about the syntax. " \
6
"This is primarily intended for generating WDL from other in-memory representations of a workflow."
0 commit comments