Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5yutan5 committed Nov 6, 2022
1 parent bf295ff commit 4b6b075
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 = "1.2.0"
version = "1.2.1"
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,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

0 comments on commit 4b6b075

Please sign in to comment.