diff --git a/README.md b/README.md index 01300de..b806caa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All methods for the `OnspringClient` make use of the [Requests](https://docs.pyt Install the SDK using pip: -`pip install onspring-api-sdk-python` +`pip install OnspringApiSdk` ## API Key diff --git a/setup.cfg b/setup.cfg index 02c945b..3297454 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = OnspringApiSdk -version = 1.0.4 +version = 1.0.1 author = StevanFreeborn author_email = stevan.freeborn@gmail.com description = A package for interacting with version 2 of the Onspring API.