File tree 5 files changed +5
-5
lines changed
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):
172
172
"name" :
173
173
"basemap" ,
174
174
"version" :
175
- "1.3.0b2+dev " ,
175
+ "1.3.0rc1 " ,
176
176
"license" :
177
177
"MIT" ,
178
178
"description" :
Original file line number Diff line number Diff line change 64
64
from mpl_toolkits import basemap_data
65
65
basemap_datadir = os .path .abspath (list (basemap_data .__path__ )[0 ])
66
66
67
- __version__ = '1.3.0b2+dev '
67
+ __version__ = '1.3.0rc1 '
68
68
69
69
# module variable that sets the default value for the 'latlon' kwarg.
70
70
# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change 10
10
# as textwrap.dedent.
11
11
from matplotlib .cbook import dedent
12
12
13
- __version__ = '1.3.0b2+dev '
13
+ __version__ = '1.3.0rc1 '
14
14
_dg2rad = math .radians (1. )
15
15
_rad2dg = math .degrees (1. )
16
16
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def _default_to_zip(self):
89
89
"name" :
90
90
"basemap_data" ,
91
91
"version" :
92
- "1.3.0b2+dev " ,
92
+ "1.3.0rc1 " ,
93
93
"license" :
94
94
"GNU Lesser General Public License v3 or later (LGPLv3+)" ,
95
95
"description" :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def _default_to_zip(self):
67
67
"name" :
68
68
"basemap_data_hires" ,
69
69
"version" :
70
- "1.3.0b2+dev " ,
70
+ "1.3.0rc1 " ,
71
71
"license" :
72
72
"GNU Lesser General Public License v3 or later (LGPLv3+)" ,
73
73
"description" :
You can’t perform that action at this time.
0 commit comments