pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
14 stars 15 forks source link

pyked._version.__version__ should be pyked.__version__ #98

Closed mdbernard closed 6 years ago

mdbernard commented 6 years ago
$ pyked.__version__
AttributeError: module 'pyked' has no attribute '__version__'
$ pyked._version.__version__
'0.3.0'