fix: updated version number and minimum required version of python

This commit is contained in:
Stevan Freeborn
2024-01-23 14:30:44 -06:00
parent d999f22bba
commit 90eb252ae6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ This SDK was developed independently using their existing C# SDK, their swagger
### Python ### Python
Requires use of Python 3.6.0 or later. Requires use of Python 3.10.0 or later.
### Requests ### Requests
+2 -2
View File
@@ -1,6 +1,6 @@
[metadata] [metadata]
name = OnspringApiSdk name = OnspringApiSdk
version = 1.0.1 version = 2.0.0
author = StevanFreeborn author = StevanFreeborn
author_email = stevan.freeborn@gmail.com author_email = stevan.freeborn@gmail.com
description = A package for interacting with version 2 of the Onspring API. description = A package for interacting with version 2 of the Onspring API.
@@ -18,7 +18,7 @@ classifiers =
package_dir = package_dir =
= src = src
packages = find: packages = find:
python_requires = >=3.6 python_requires = >=3.10
install_requires = Requests install_requires = Requests
[options.packages.find] [options.packages.find]