Skip to content

Commit dbfba81

Browse files
committed
Set version number to 1.2.2
1 parent 3076ec9 commit dbfba81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
else:
6464
basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
6565

66-
__version__ = '1.2.1'
66+
__version__ = '1.2.2'
6767

6868
# module variable that sets the default value for the 'latlon' kwarg.
6969
# can be set to True by user so plotting functions can take lons,lats

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116116

117117
install_requires = get_install_requirements("requirements.txt")
118118

119-
__version__ = "1.2.1"
119+
__version__ = "1.2.2"
120120
setup(
121121
name = "basemap",
122122
version = __version__,

0 commit comments

Comments
 (0)