File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616import sys
1717sys .path .insert (0 , os .path .abspath ('.' ))
1818sys .path .insert (0 , os .path .abspath ('../label_maker' ))
19-
19+ from label_maker . version import __version__
2020
2121# -- Project information -----------------------------------------------------
2222
2525author = 'Development Seed'
2626
2727# The short X.Y version
28- version = '0.3.2'
28+ version = __version__
2929# The full version, including alpha/beta/rc tags
30- release = '0.3.2'
30+ release = __version__
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pyclipper==1.0.6
1414pycurl == 7.43.0.1
1515pyproj == 1.9.5.1
1616rasterio == 1.0a12
17- requests == 2.11 .0
17+ requests >= 2.20 .0
1818Shapely >= 1.6.3
1919six == 1.10.0
2020tilepie == 0.2.1
You can’t perform that action at this time.
0 commit comments