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):
159159 "name" :
160160 "basemap" ,
161161 "version" :
162- "1.3.0b1+dev " ,
162+ "1.3.0b2 " ,
163163 "license" :
164164 "MIT" ,
165165 "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.0b1+dev '
67+ __version__ = '1.3.0b2 '
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.0b1+dev '
13+ __version__ = '1.3.0b2 '
1414_dg2rad = math .radians (1. )
1515_rad2dg = math .degrees (1. )
1616
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def finalize_options(self):
8686 "name" :
8787 "basemap_data" ,
8888 "version" :
89- "1.3.0b1+dev " ,
89+ "1.3.0b2 " ,
9090 "license" :
9191 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
9292 "description" :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def finalize_options(self):
6464 "name" :
6565 "basemap_data_hires" ,
6666 "version" :
67- "1.3.0b1+dev " ,
67+ "1.3.0b2 " ,
6868 "license" :
6969 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
7070 "description" :
You can’t perform that action at this time.
0 commit comments