From 90a9a995d655ffc780a3cd2cb3cf7c8fa5c9ac64 Mon Sep 17 00:00:00 2001 From: Derek Dohler Date: Tue, 20 Jul 2021 15:15:58 -0400 Subject: [PATCH] Bump version number I forgot about this initially, so this is a follow-up commit to take care of it so that the release works correctly. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2143afb..f665194 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name="python-omgeo", - version="6.0.4", + version="6.1.0", description="Geocoding Library using ESRI, Google, Bing Maps, US Census, OpenStreetMap, Pelias, and MapQuest geocoders", author="Azavea, Inc.", author_email="info@azavea.com",