From 462353ebb48b1090500128c3515fe625fd7d06e7 Mon Sep 17 00:00:00 2001 From: helldh Date: Fri, 6 Mar 2026 17:53:54 +0300 Subject: [PATCH] Metadata patch: new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 682a06f..7a68729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyqt6-scaffold" -version = "0.1.0" +version = "0.1.1" description = "Lightweight scaffold framework for PyQt6 applications" readme = "README.md" requires-python = ">=3.11"