spacetelescope / jwst_gtvt

Other
10 stars 11 forks source link

Allow users to check the G/MTVT version #63

Open bholler opened 3 years ago

bholler commented 3 years ago

Now that we are doing more official versioned releases, users should be able to check the version number of the G/MTVT that they currently have on their machine. This may make addressing help calls easier.

Ideally, users should be able to do the following to get their version number:

python
import jwst_gtvt
jwst_gtvt.__version__

This "recipe" will be added to the GTVT JDOX page when it is available in a public release.

mfixstsci commented 3 years ago

See #64