Skip to content

Commit dce77e4

Browse files
committed
Missed bumping the version in this file
1 parent 665ee84 commit dce77e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

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

61-
__version__ = '1.1.0'
61+
__version__ = '1.2.0'
6262

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

0 commit comments

Comments
 (0)