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 46
46
sys_path .insert (0 , srcdir )
47
47
48
48
setup (name = "livestreamer" ,
49
- version = "1.9 .0" ,
49
+ version = "1.10 .0" ,
50
50
description = "Livestreamer is command-line utility that extracts streams "
51
51
"from various services and pipes them into a video player of "
52
52
"choice." ,
Original file line number Diff line number Diff line change 11
11
12
12
13
13
__title__ = "livestreamer"
14
- __version__ = "1.9 .0"
14
+ __version__ = "1.10 .0"
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.9 .0"
12
+ !define PROGRAM_VERSION " 1.10 .0"
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