Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksejalex committed Jul 9, 2023
1 parent aacf5ef commit 2aa6ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip==23.1.2
PySide6==6.5.0
setuptools==67.7.2
shiboken6==6.5.0
PySide6==6.5.1.1
setuptools==68.0.0
shiboken6==6.5.1.1
wheel==0.40.0

pytube==15.0.0
2 changes: 1 addition & 1 deletion source/qtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
super().__init__()

# Set window properties
self.__version = "1.3"
self.__version = "1.5"
self.setWindowTitle("Q-Tube - your friendly YouTube player and downloader")
self.setWindowIcon(QIcon("youtube.png"))
self.setMinimumSize(640, 480)
Expand Down

0 comments on commit 2aa6ce2

Please sign in to comment.