File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
sys_path .insert (0 , srcdir )
31
31
32
32
setup (name = "livestreamer" ,
33
- version = "1.8.1 " ,
33
+ version = "1.8.2 " ,
34
34
description = "Livestreamer is CLI program that extracts streams from "
35
35
"various services and pipes them into a video player of "
36
36
"choice." ,
Original file line number Diff line number Diff line change 11
11
12
12
13
13
__title__ = "livestreamer"
14
- __version__ = "1.8.1 "
14
+ __version__ = "1.8.2 "
15
15
__license__ = "Simplified BSD"
16
16
__author__ = "Christopher Rosell"
17
17
__copyright__ = "Copyright 2011-2014 Christopher Rosell"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SetCompressor lzma
9
9
10
10
# Livestreamer program information
11
11
!define PROGRAM_NAME " Livestreamer"
12
- !define PROGRAM_VERSION " 1.8.1 "
12
+ !define PROGRAM_VERSION " 1.8.2 "
13
13
!define PROGRAM_WEB_SITE " http://livestreamer.tanuki.se/"
14
14
15
15
# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments