Skip to content

Commit fe6431e

Browse files
version update
1 parent f2e3eee commit fe6431e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kawaii_player/kawaii_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ def setupUi(self, MainWindow, media_data=None, home_val=None,
15061506
self.mplayer_timer = QtCore.QTimer()
15071507
self.mplayer_timer.timeout.connect(self.mplayer_unpause)
15081508
self.mplayer_timer.setSingleShot(True)
1509-
self.version_number = (2, 7, 0, 0)
1509+
self.version_number = (2, 8, 0, 0)
15101510
self.threadPool = []
15111511
self.threadPoolthumb = []
15121512
self.thumbnail_cnt = 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setup(
3939
name='kawaii-player',
40-
version='2.7.0',
40+
version='2.8.0',
4141
license='GPLv3',
4242
author='kanishka-linux',
4343
author_email='kanishka.linux@gmail.com',

ubuntu/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: kawaii-player
2-
Version: 2.7.0-0
2+
Version: 2.8.0-0
33
Architecture: all
44
Maintainer: kanishka-linux
55
Depends: python3, python3-pyqt5, python3-pycurl, python3-dbus, python3-pil, python3-bs4, python3-lxml, python3-taglib, python3-pip, curl, libnotify-bin, mpv, mplayer, ffmpegthumbnailer, sqlite3, python3-libtorrent, wget, youtube-dl, python3-dbus.mainloop.pyqt5, python3-pyqt5.qtwebkit, python3-mutagen

0 commit comments

Comments
 (0)