From e21a798dca481bdca516fff0c2fb0bcdf0710bf2 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Wed, 4 May 2022 11:58:16 -0500 Subject: [PATCH] update README.md --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.