Skip to content

Commit

Permalink
Bump version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed May 4, 2023
1 parent 22c5235 commit 594a519
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/basemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ https://spdx.org/licenses/LGPL-2.1-only.html
https://spdx.org/licenses/MIT.html

[`LICENSE`]:
https://github.com/matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE
https://github.com/matplotlib/basemap/blob/v1.3.7/packages/basemap/LICENSE
[`LICENSE.geos`]:
https://github.com/matplotlib/basemap/blob/v1.3.3/packages/basemap/LICENSE.geos
https://github.com/matplotlib/basemap/blob/v1.3.7/packages/basemap/LICENSE.geos
2 changes: 1 addition & 1 deletion packages/basemap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(self):
"name":
"basemap",
"version":
"1.3.6",
"1.3.7",
"license":
"MIT",
"description":
Expand Down
2 changes: 1 addition & 1 deletion packages/basemap/src/mpl_toolkits/basemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import functools


__version__ = "1.3.6"
__version__ = "1.3.7"

# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
# check to see if environment variable BASEMAPDATA set to a directory,
Expand Down
2 changes: 1 addition & 1 deletion packages/basemap/src/mpl_toolkits/basemap/proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from matplotlib.cbook import dedent


__version__ = "1.3.6"
__version__ = "1.3.7"

_dg2rad = math.radians(1.)
_rad2dg = math.degrees(1.)
Expand Down

0 comments on commit 594a519

Please sign in to comment.