MikeDacre / fyrd

Submit functions and shell scripts to torque and slurm clusters or local machines using python.
https://fyrd.science
MIT License
22 stars 8 forks source link

version number #13

Closed jbloom closed 8 years ago

jbloom commented 8 years ago

Very minor issue, but might be good to define a __version__ variable in the main __init__ file as this is the Python standard, and is the way that I think most code tries to extract the version from a package.

http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package