File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
4545https://spdx.org/licenses/MIT.html
4646
4747[ ` LICENSE ` ] :
48- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE
48+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap/LICENSE
4949[ ` LICENSE.geos ` ] :
50- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE.geos
50+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap/LICENSE.geos
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def _default_to_zip(self):
170170 "name" :
171171 "basemap" ,
172172 "version" :
173- "1.3.0rc1+dev " ,
173+ "1.3.0 " ,
174174 "license" :
175175 "MIT" ,
176176 "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.0rc1+dev '
67+ __version__ = '1.3.0 '
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.0rc1+dev '
13+ __version__ = '1.3.0 '
1414_dg2rad = math .radians (1. )
1515_rad2dg = math .degrees (1. )
1616
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ https://spdx.org/licenses/LGPL-3.0-or-later.html
4343https://spdx.org/licenses/MIT.html
4444
4545[ ` COPYING ` ] :
46- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/COPYING
46+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data/COPYING
4747[ ` COPYING.LESSER ` ] :
48- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/COPYING.LESSER
48+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data/COPYING.LESSER
4949[ ` LICENSE.epsg ` ] :
50- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.epsg
50+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data/LICENSE.epsg
5151[ ` LICENSE.mit ` ] :
52- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.mit
52+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data/LICENSE.mit
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def _default_to_zip(self):
8787 "name" :
8888 "basemap_data" ,
8989 "version" :
90- "1.3.0rc1+dev " ,
90+ "1.3.0 " ,
9191 "license" :
9292 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
9393 "description" :
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ https://www.generic-mapping-tools.org/
3636[ LGPLv3+] :
3737https://spdx.org/licenses/LGPL-3.0-or-later.html
3838[ ` COPYING ` ] :
39- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING
39+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data_hires/COPYING
4040[ ` COPYING.LESSER ` ] :
41- https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING.LESSER
41+ https://github.com/matplotlib/basemap/blob/v1.3.0 /packages/basemap_data_hires/COPYING.LESSER
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def _default_to_zip(self):
6565 "name" :
6666 "basemap_data_hires" ,
6767 "version" :
68- "1.3.0rc1+dev " ,
68+ "1.3.0 " ,
6969 "license" :
7070 "GNU Lesser General Public License v3 or later (LGPLv3+)" ,
7171 "description" :
You can’t perform that action at this time.
0 commit comments