From 96eb7e368039ab446952573bafc17d54b7ef5123 Mon Sep 17 00:00:00 2001 From: 5yutan5 <63651161+5yutan5@users.noreply.github.com> Date: Sun, 25 Dec 2022 17:28:18 +0900 Subject: [PATCH] Bump version to v2.1.0 --- pyproject.toml | 2 +- qdarktheme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd38b9a1..a1770a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyQtDarkTheme" -version = "2.0.0" +version = "2.1.0" 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 1c0e6763..db948a64 100644 --- a/qdarktheme/__init__.py +++ b/qdarktheme/__init__.py @@ -40,7 +40,7 @@ """ # Version of PyQtDarkTheme -__version__ = "2.0.0" +__version__ = "2.1.0" from qdarktheme._main import enable_hi_dpi, setup_theme, stop_sync from qdarktheme._style_loader import clear_cache, get_themes, load_palette, load_stylesheet