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