diff --git a/README.md b/README.md index 93a6568..b265747 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ Fennel does everything via GraphQL, so yes, this is very slow. This is still a work in progress, so it will have bugs and missing features. Please feel free to contribute! +## Important! +Do not use any version of this library before 1.0.9. Earlier versions had a bug with placing certain orders that when executed excessively could lead to your account being locked. This has been fixed in 1.0.9. See [this issue](https://github.com/NelsonDane/fennel-invest-api/issues/14) + ## Installation ```bash -pip install fennel-invest-api +pip install 'fennel-invest-api>=1.0.9' ``` ## Usage: Logging In diff --git a/setup.py b/setup.py index 21bb7b4..615a399 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="fennel_invest_api", - version="1.0.9", + version="1.0.9.1", description="Unofficial Fennel.com Invest API written in Python Requests", long_description=open("README.md").read(), long_description_content_type="text/markdown",