Skip to content

Commit d821ac7

Browse files
committed
RLS:v1.3.0
1 parent 4f83961 commit d821ac7

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
@@ -7,4 +7,4 @@
77
from .tile import *
88
from .plotting import add_basemap, add_attribution
99

10-
__version__ = "1.2.0"
10+
__version__ = "1.3.0"

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.2.0",
13+
version="1.3.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)