1
mirror of https://github.com/streamlink/streamlink synced 2024-10-05 01:01:30 +02:00

Release version v1.2.0.

This commit is contained in:
Christopher Rosell 2012-08-23 12:12:59 +02:00
parent 26dabdeb3f
commit 27cb393603

View File

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
from sys import version_info
version = "1.1.0"
version = "1.2.0"
deps = ["pbs"]
# require argparse on Python <2.7 and <3.2