diff --git a/pyproject.toml b/pyproject.toml index 54e9b6e..36493ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name="QoreWidgets" -version="0.1.1" +version="0.2.0" description = "Yet another collection of those core widgets for a modern qt application." authors = [ @@ -9,7 +9,7 @@ authors = [ ] license = { file="LICENSE" } readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.8" dependencies = [ ] [project.optional-dependencies]