From 1022fc8b1225bdc7b43a766dcc865d4851a4422b Mon Sep 17 00:00:00 2001 From: lando Date: Thu, 22 Aug 2024 12:16:36 +0800 Subject: [PATCH] build: bump version to 0.2.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]