diff --git a/earth_wallpaper/about.py b/earth_wallpaper/about.py index 9074868..d547e7c 100644 --- a/earth_wallpaper/about.py +++ b/earth_wallpaper/about.py @@ -6,7 +6,7 @@ def get_version(): - return "2.0.2" + return "2.0.3" class About(QWidget, Ui_About): diff --git a/setup.py b/setup.py index 5a234b1..d3b959e 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ 'Pillow', 'PySide6', 'requests', - 'setuptools', + 'dbus' ] if platform.system()=="Windows": requires_list.append('pywin32')