Version Info

Hi All,
Just a very quick, basic question.
How can I find the version of Obspy that I’m running, after importing it?
thanks,
Andrew

Hi Andrew,

Try this from python shell:

import obspy as b
b.__version__

Cheers,

Great, thanks.
I had done that, though I forgot the trailing “__”
cheers,
Andrew