Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit f7e42c2

Browse files
publish v0.1.0 (#6)
1 parent 534711b commit f7e42c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Heron Python Library
1+
# Heron Python
22

33
This library provides easy access to the Heron Data API from applications
44
written in Python.
@@ -39,8 +39,9 @@ import heron
3939
heron.basic_auth_username = os.getenv("HERON_USERNAME")
4040
heron.basic_auth_password = os.getenv("HERON_PASSWORD")
4141

42-
# if you pull from a fintech API, specify it here to get automatic conversion
43-
# into a Heron Data API format. Supported: plaid, finicity, yodlee, truelayer
42+
# Experimental: if you pull from a fintech API, specify it here to get
43+
# automatic conversion into a Heron Data API format. Supported: plaid,
44+
# finicity, yodlee, truelayer
4445
heron.provider = "plaid"
4546
```
4647

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# This call to setup() does all the work
1515
setup(
1616
name="heron-data",
17-
version="0.0.3",
17+
version="0.1.0",
1818
description="A client for the Heron Data API",
1919
long_description=README,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)