Files
galaxy/test/functional/tools/version_command.py
T
John Chilton e8f35310ba Revise and improve `version_command` tag.
- Include deprecated ``interpreter`` tag in XSD. (Closes galaxyproject/planemo#574)
- Allow the use of ``$__tool_directory__`` in interpreter command (so we can actually call ``interpreter`` deprecated).
- Include sample tools of both of these styles.
- General improvements to the version command documentation.
2016-09-23 13:31:07 -04:00

3 lines
53 B
Python

from __future__ import print_function
print("4.0.0")