We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83961 commit d821ac7Copy full SHA for d821ac7
contextily/__init__.py
@@ -7,4 +7,4 @@
7
from .tile import *
8
from .plotting import add_basemap, add_attribution
9
10
-__version__ = "1.2.0"
+__version__ = "1.3.0"
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name="contextily",
13
- version="1.2.0",
+ version="1.3.0",
14
description="Context geo-tiles in Python",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments