Skip to content

Commit 1656e01

Browse files
fix: updated version number and minimum required version of python
1 parent d999f22 commit 1656e01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This SDK was developed independently using their existing C# SDK, their swagger
1111

1212
### Python
1313

14-
Requires use of Python 3.6.0 or later.
14+
Requires use of Python 3.10.0 or later.
1515

1616
### Requests
1717

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = OnspringApiSdk
3-
version = 1.0.1
3+
version = 2.0.0
44
author = StevanFreeborn
55
author_email = stevan.freeborn@gmail.com
66
description = A package for interacting with version 2 of the Onspring API.
@@ -18,7 +18,7 @@ classifiers =
1818
package_dir =
1919
= src
2020
packages = find:
21-
python_requires = >=3.6
21+
python_requires = >=3.10
2222
install_requires = Requests
2323

2424
[options.packages.find]

0 commit comments

Comments
 (0)