Skip to content

Commit 799c708

Browse files
committed
RLS: v1.1.0
1 parent 781fd1f commit 799c708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contextily/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "1.0.1"
11+
__version__ = "1.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)