matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
774 stars 392 forks source link

Library version number for final release is wrong #506

Closed molinav closed 3 years ago

molinav commented 3 years ago

The final release (1.2.2) keeps the previous version number (1.2.1) in the __version__ variable inside the main file, so the users will download 1.2.2 but later will get:

>>> from mpl_toolkits import basemap
>>> basemap.__version__
1.2.1
molinav commented 3 years ago

This is already fixed with commit dbfba81d.