Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Nov 26, 2021
1 parent d4d113b commit d84624f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions localtileserver/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def __init__(self, additional=None, ncol=3, text_width=80, sort=False):
# Optional packages.
optional = [
"ipyleaflet",
"shapely",
"folium",
"large_image_source_mapnik",
"large_image_source_pil",
"large_image_source_tiff",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description = ""

# major, minor, patch
version_info = 0, 3, 1
version_info = 0, 3, 2
# Nice string for the version
__version__ = ".".join(map(str, version_info))

Expand Down Expand Up @@ -49,7 +49,7 @@
"requests",
"scooby",
],
extras_require={"leaflet": ["ipyleaflet"]},
extras_require={"leaflet": ["ipyleaflet"], "folium": ["folium"]},
entry_points={
"console_scripts": [
"localtileserver = localtileserver.__main__:run_app",
Expand Down

0 comments on commit d84624f

Please sign in to comment.