Skip to content

Commit

Permalink
version bump 1.13.1 (merged pull request chrippa#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapetanos committed Oct 20, 2016
1 parent 5f32213 commit d696ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
srcdir = join(dirname(abspath(__file__)), "src/")
sys_path.insert(0, srcdir)

setup(name="livestreamer",
version="1.12.2",
setup(name="livestreamer-yodeck",
version="1.13.1",
description="Livestreamer is command-line utility that extracts streams "
"from various services and pipes them into a video player of "
"choice.",
Expand Down
2 changes: 1 addition & 1 deletion src/livestreamer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


__title__ = "livestreamer"
__version__ = "1.12.2"
__version__ = "1.13.1"
__license__ = "Simplified BSD"
__author__ = "Christopher Rosell"
__copyright__ = "Copyright 2011-2015 Christopher Rosell"
Expand Down

0 comments on commit d696ee8

Please sign in to comment.