File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def _default_to_zip(self):
172172 "name" :
173173 "basemap" ,
174174 "version" :
175- "1.3.0b2+dev " ,
175+ "1.3.0rc1 " ,
176176 "license" :
177177 "MIT" ,
178178 "description" :
Original file line number Diff line number Diff line change 6464 from mpl_toolkits import basemap_data
6565 basemap_datadir = os .path .abspath (list (basemap_data .__path__ )[0 ])
6666
67- __version__ = '1.3.0b2+dev '
67+ __version__ = '1.3.0rc1 '
6868
6969# module variable that sets the default value for the 'latlon' kwarg.
7070# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change 1010 # as textwrap.dedent.
1111 from matplotlib .cbook import dedent
1212
13- __version__ = '1.3.0b2+dev '
13+ __version__ = '1.3.0rc1 '
1414_dg2rad = math .radians (1. )
1515_rad2dg = math .degrees (1. )
1616
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def _default_to_zip(self):
8989 "name" :
9090 "basemap_data" ,
9191 "version" :
92- "1.3.0b2+dev " ,
92+ "1.3.0rc1 " ,
9393 "license" :
9494 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
9595 "description" :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def _default_to_zip(self):
6767 "name" :
6868 "basemap_data_hires" ,
6969 "version" :
70- "1.3.0b2+dev " ,
70+ "1.3.0rc1 " ,
7171 "license" :
7272 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
7373 "description" :
You can’t perform that action at this time.
0 commit comments