Skip to content

Commit 594a519

Browse files
committed
Bump version to 1.3.7
1 parent 22c5235 commit 594a519

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/basemap/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
4545
https://spdx.org/licenses/MIT.html
4646

4747
[`LICENSE`]:
48-
https://github.com./matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE
48+
https://github.com./matplotlib/basemap/blob/v1.3.7/packages/basemap/LICENSE
4949
[`LICENSE.geos`]:
50-
https://github.com./matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE.geos
50+
https://github.com./matplotlib/basemap/blob/v1.3.7/packages/basemap/LICENSE.geos

packages/basemap/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def run(self):
172172
"name":
173173
"basemap",
174174
"version":
175-
"1.3.6",
175+
"1.3.7",
176176
"license":
177177
"MIT",
178178
"description":

packages/basemap/src/mpl_toolkits/basemap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import functools
5555

5656

57-
__version__ = "1.3.6"
57+
__version__ = "1.3.7"
5858

5959
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
6060
# check to see if environment variable BASEMAPDATA set to a directory,

packages/basemap/src/mpl_toolkits/basemap/proj.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from matplotlib.cbook import dedent
1212

1313

14-
__version__ = "1.3.6"
14+
__version__ = "1.3.7"
1515

1616
_dg2rad = math.radians(1.)
1717
_rad2dg = math.degrees(1.)

0 commit comments

Comments
 (0)