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 f4ede94 commit 560bb84Copy full SHA for 560bb84
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-__version__ = "v0.2.8"
+__version__ = "v0.2.9"
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