Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 2923418

Browse files
committed
Up version and update doc with API dictionary
1 parent b2c9c16 commit 2923418

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
199199

200200
**NOTE**: As of the current release, only direct FSID lookups are available through this wrapper. Lat/lng and address query will be in a later release
201201

202+
More information on each product can be found at the [First Street Foundation API Data Dictionary](https://docs.firststreet.dev/docs)
203+
202204
<a name="location"></a>
203205
#### [Location](#toc)
204206

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
setup(
1313
name='fsf-api-access_python',
14-
version='1.0.0',
14+
version='1.1.0',
1515
description='A Python API Access Client for the First Street Foundation API',
1616
url='https://github.com/FirstStreet/fsf_api_access_python',
1717
project_urls={
18-
'First Street Foundation Website': 'https://firststreet.org/'
18+
'First Street Foundation Website': 'https://firststreet.org/',
19+
'API Product Data Dictionary': 'https://docs.firststreet.dev/docs'
1920
},
2021
long_description=readme,
2122
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)