From 50ba5684ec01de5e96aa1e032ec0e743cb6697df Mon Sep 17 00:00:00 2001 From: 5yutan5 <63651161+5yutan5@users.noreply.github.com> Date: Sat, 8 Jan 2022 23:27:29 +0900 Subject: [PATCH] Bump version to v1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e103f088..1d6a1ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyQtDarkTheme" -version = "1.0.1" +version = "1.0.2" description = "Flat dark theme for PySide and PyQt." authors = ["Yunosuke Ohsugi <63651161+5yutan5@users.noreply.github.com>"] license = "MIT"