Skip to content

Commit

Permalink
Bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5yutan5 committed Dec 25, 2022
1 parent 2b25460 commit 96eb7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion qdarktheme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96eb7e3

Please sign in to comment.