diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 7b446f636..9144696b8 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -32,7 +32,7 @@ import logging import platform -__version__ = "1.15" +__version__ = "1.16" def _logger(): @@ -112,4 +112,4 @@ def load_stylesheet_pyqt5(): } ''' stylesheet += mac_fix - return stylesheet \ No newline at end of file + return stylesheet