We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781fd1f commit 799c708Copy full SHA for 799c708
contextily/__init__.py
@@ -8,4 +8,4 @@
8
from .tile import *
9
from .plotting import add_basemap, add_attribution
10
11
-__version__ = "1.0.1"
+__version__ = "1.1.0"
setup.py
@@ -10,7 +10,7 @@
setup(
12
name="contextily",
13
- version="1.0.1",
+ version="1.1.0",
14
description="Context geo-tiles in Python",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments