Bump to version 2.0

This commit is contained in:
Selwin Ong 2024-10-28 21:57:51 +07:00
parent b145f12fff
commit 3545ff3bf0
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ authors = [
{ name = "Selwin Ong", email = "selwin.ong@gmail.com" },
{ name = "Vincent Driessen", email = "vincent@3rdcloud.com" },
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
@ -30,7 +30,6 @@ classifiers = [
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",

View File

@ -1 +1 @@
VERSION = '1.16.2'
VERSION = '2.0.0'