Skip to content

Commit 2b75501

Browse files
committed
Start next development cycle 1.2.2+dev
1 parent dbfba81 commit 2b75501

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2'
66+
__version__ = '1.2.2+dev'
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

lib/mpl_toolkits/basemap/proj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# as textwrap.dedent.
1111
from matplotlib.cbook import dedent
1212

13-
__version__ = '1.2.2'
13+
__version__ = '1.2.2+dev'
1414
_dg2rad = math.radians(1.)
1515
_rad2dg = math.degrees(1.)
1616

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.2"
119+
__version__ = "1.2.2+dev"
120120
setup(
121121
name = "basemap",
122122
version = __version__,

0 commit comments

Comments
 (0)