diff --git a/setup.py b/setup.py index 9cf1e68d..c0e56a07 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ sys_path.insert(0, srcdir) setup(name="livestreamer", - version="1.7.5", + version="1.8.0", description="Livestreamer is CLI program that extracts streams from " "various services and pipes them into a video player of " "choice.", diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py index c9f5169a..7f88a801 100644 --- a/src/livestreamer/__init__.py +++ b/src/livestreamer/__init__.py @@ -11,7 +11,7 @@ __title__ = "livestreamer" -__version__ = "1.7.5" +__version__ = "1.8.0" __license__ = "Simplified BSD" __author__ = "Christopher Rosell" __copyright__ = "Copyright 2011-2014 Christopher Rosell" diff --git a/win32/livestreamer-win32-installer.nsi b/win32/livestreamer-win32-installer.nsi index 44b80698..58229c58 100644 --- a/win32/livestreamer-win32-installer.nsi +++ b/win32/livestreamer-win32-installer.nsi @@ -9,7 +9,7 @@ SetCompressor lzma # Livestreamer program information !define PROGRAM_NAME "Livestreamer" -!define PROGRAM_VERSION "1.7.5" +!define PROGRAM_VERSION "1.8.0" !define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/" # Python files generated with bbfreeze