diff --git a/pyproject.toml b/pyproject.toml index a4ba2292..51b41b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyQtDarkTheme" -version = "1.2.0" +version = "1.2.1" description = "Flat dark theme for PySide and PyQt." authors = ["Yunosuke Ohsugi <63651161+5yutan5@users.noreply.github.com>"] license = "MIT" diff --git a/qdarktheme/__init__.py b/qdarktheme/__init__.py index d5160b97..4e7760c9 100644 --- a/qdarktheme/__init__.py +++ b/qdarktheme/__init__.py @@ -40,6 +40,6 @@ """ # Version of PyQtDarkTheme -__version__ = "1.2.0" +__version__ = "1.2.1" from qdarktheme.main import clear_cache, get_themes, load_palette, load_stylesheet