File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/matplotlib/toolkits/basemap Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- version 0.9.7 (not yet released)
1
+ version 0.9.6.1 (not yet released)
2
2
* fix rotate_vector so it works in S. Hem and for non-orthogonal
3
3
grids. Support for masked velocity vectors also added. (EF)
4
4
* numpification. (EF)
Original file line number Diff line number Diff line change 22
22
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
23
23
basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
24
24
25
- __version__ = '0.9.7 '
25
+ __version__ = '0.9.6.1 '
26
26
27
27
28
28
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def dbf_macros():
93
93
package_data = {'matplotlib.toolkits.basemap' :pyproj_datafiles + basemap_datafiles }
94
94
setup (
95
95
name = "basemap" ,
96
- version = "0.9.7 " ,
96
+ version = "0.9.6.1 " ,
97
97
description = "Plot data on map projections with matplotlib" ,
98
98
long_description = """
99
99
An add-on toolkit for matplotlib that lets you plot data
You can’t perform that action at this time.
0 commit comments