Skip to content

Commit 465719a

Browse files
committed
0.1.3
1 parent 523aea2 commit 465719a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gisapi/client.py

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

44
class GISAPIClient:
55
def __init__(self):
6-
self.base_url = "https://www.gisapi.io/api/data"
6+
self.base_url = "https://gisapi.io/api/data"
77

88
def _make_request(self, url):
99
"""

setup.py

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

33
setup(
44
name='GISAPI-SDK',
5-
version='0.1.2',
5+
version='0.1.3',
66
author='Parker Dinkins',
77
author_email='[email protected]',
88
description='GISAPI SDK enabling geospatial data search and discovery',

0 commit comments

Comments
 (0)