We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4688ec commit 963df4dCopy full SHA for 963df4d
src/_geoslib.pyx
@@ -2,7 +2,7 @@ import sys
2
import numpy
3
cimport numpy as cnp
4
5
-__version__ = "2.0.0.dev0"
+__version__ = "2.0.0"
6
7
8
# Need some Python C-API functions for strings.
src/mpl_toolkits/basemap/__init__.py
@@ -48,7 +48,7 @@
48
from . proj import Proj
49
50
51
52
53
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
54
# check to see if environment variable BASEMAPDATA set to a directory,
0 commit comments