Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ambition_echo committed Nov 19, 2022
1 parent d36e443 commit b556f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earth_wallpaper/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def get_version():
return "2.0.2"
return "2.0.3"


class About(QWidget, Ui_About):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'Pillow',
'PySide6',
'requests',
'setuptools',
'dbus'
]
if platform.system()=="Windows":
requires_list.append('pywin32')
Expand Down

0 comments on commit b556f4c

Please sign in to comment.