We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a585b commit 87be744Copy full SHA for 87be744
1 file changed
docs/conf.py
@@ -77,9 +77,9 @@ def __getattr__(cls, name):
77
# built documents.
78
#
79
# The short X.Y version.
80
-version = '0.7.1'
+version = drmaa.__version__
81
# The full version, including alpha/beta/rc tags.
82
-release = '0.7.1'
+release = drmaa.__version__
83
84
# The language for content autogenerated by Sphinx. Refer to documentation
85
# for a list of supported languages.
0 commit comments