mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
- 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.
3 lines
53 B
Python
3 lines
53 B
Python
from __future__ import print_function
|
|
print("4.0.0")
|