Skip to content

Commit

Permalink
Updating version for 1.0rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Aug 2, 2019
1 parent dcefacd commit 58b304b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contextily/__init__.py
Expand Up @@ -8,4 +8,4 @@
from .tile import *
from .plotting import add_basemap, add_attribution

__version__ = "0.99.0.dev"
__version__ = "1.0rc2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="contextily",
version="1.0.rc1",
version="1.0rc2",
description="Context geo-tiles in Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 58b304b

Please sign in to comment.