File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
else :
64
64
basemap_datadir = os .sep .join ([os .path .dirname (__file__ ), 'data' ])
65
65
66
- __version__ = '1.2.2'
66
+ __version__ = '1.2.2+dev '
67
67
68
68
# module variable that sets the default value for the 'latlon' kwarg.
69
69
# can be set to True by user so plotting functions can take lons,lats
Original file line number Diff line number Diff line change 10
10
# as textwrap.dedent.
11
11
from matplotlib .cbook import dedent
12
12
13
- __version__ = '1.2.2'
13
+ __version__ = '1.2.2+dev '
14
14
_dg2rad = math .radians (1. )
15
15
_rad2dg = math .degrees (1. )
16
16
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def checkversion(GEOS_dir):
116
116
117
117
install_requires = get_install_requirements ("requirements.txt" )
118
118
119
- __version__ = "1.2.2"
119
+ __version__ = "1.2.2+dev "
120
120
setup (
121
121
name = "basemap" ,
122
122
version = __version__ ,
You can’t perform that action at this time.
0 commit comments