cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

different nappy version in nappy.ini vs. nappy.__version__ #49

Closed FObersteiner closed 2 years ago

FObersteiner commented 2 years ago

just noted that the version in the nappy ini file is still 0.3.0, while the _init_.py specifies __version__ = "2.0.1".

Those should be consistent I think for reproducibility, if NA files are converted for example to nc files.

I noted that some internal functions for example use getVersion(), which obtains the package version from the .ini, while for example the setup.py file just uses __version__. Since I just started to work my way through all of the source code, I'm not sure what is best to make this consistent...