vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

[hotfix] update version number #365

Closed asreimer closed 6 years ago

asreimer commented 6 years ago

The version number in the released master branch is wrong. This fixes it.

ksterne commented 6 years ago

Test here is in the master branch to run something like python -c "import davitpy; print(davitpy.__version__)" from bash command line or translate that into 2 ipython commands. On master you'll get 0.5, with the hotfix branch you'll get the appropriate 0.8.

As it might be apparent in #364, I wasn't even aware of this version number being set. I had only paid attention to the other one as that is what dictates what directory structure the files are placed into.

I see this works here. @asreimer, maybe pick someone for a second? It's really a 5 minutes or less test.