Skip to content

Commit 58b304b

Browse files
committed
Updating version for 1.0rc2 release
1 parent dcefacd commit 58b304b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contextily/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .tile import *
99
from .plotting import add_basemap, add_attribution
1010

11-
__version__ = "0.99.0.dev"
11+
__version__ = "1.0rc2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="contextily",
13-
version="1.0.rc1",
13+
version="1.0rc2",
1414
description="Context geo-tiles in Python",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)