fix: updated version number and minimum required version of python
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = OnspringApiSdk
|
||||
version = 1.0.1
|
||||
version = 2.0.0
|
||||
author = StevanFreeborn
|
||||
author_email = stevan.freeborn@gmail.com
|
||||
description = A package for interacting with version 2 of the Onspring API.
|
||||
@@ -18,7 +18,7 @@ classifiers =
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.10
|
||||
install_requires = Requests
|
||||
|
||||
[options.packages.find]
|
||||
|
||||
Reference in New Issue
Block a user