Skip to content

Commit 96eb7e3

Browse files
committed
Bump version to v2.1.0
1 parent 2b25460 commit 96eb7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "PyQtDarkTheme"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Flat dark theme for PySide and PyQt."
55
authors = ["Yunosuke Ohsugi <[email protected]>"]
66
license = "MIT"

qdarktheme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
"""
4242
# Version of PyQtDarkTheme
43-
__version__ = "2.0.0"
43+
__version__ = "2.1.0"
4444

4545
from qdarktheme._main import enable_hi_dpi, setup_theme, stop_sync
4646
from qdarktheme._style_loader import clear_cache, get_themes, load_palette, load_stylesheet

0 commit comments

Comments
 (0)