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 @@ -159,7 +159,7 @@ def finalize_options(self):
159
159
"name" :
160
160
"basemap" ,
161
161
"version" :
162
- "1.3.0b1+dev " ,
162
+ "1.3.0b2 " ,
163
163
"license" :
164
164
"MIT" ,
165
165
"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.0b1+dev '
67
+ __version__ = '1.3.0b2 '
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.0b1+dev '
13
+ __version__ = '1.3.0b2 '
14
14
_dg2rad = math .radians (1. )
15
15
_rad2dg = math .degrees (1. )
16
16
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def finalize_options(self):
86
86
"name" :
87
87
"basemap_data" ,
88
88
"version" :
89
- "1.3.0b1+dev " ,
89
+ "1.3.0b2 " ,
90
90
"license" :
91
91
"GNU Lesser General Public License v3 or later (LGPLv3+)" ,
92
92
"description" :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def finalize_options(self):
64
64
"name" :
65
65
"basemap_data_hires" ,
66
66
"version" :
67
- "1.3.0b1+dev " ,
67
+ "1.3.0b2 " ,
68
68
"license" :
69
69
"GNU Lesser General Public License v3 or later (LGPLv3+)" ,
70
70
"description" :
You can’t perform that action at this time.
0 commit comments