1
mirror of https://github.com/streamlink/streamlink synced 2024-10-03 23:00:03 +02:00

Release version 1.0.0.

This commit is contained in:
Christopher Rosell 2012-04-29 22:16:24 +02:00
parent 22dd8a40c8
commit 64913105cd

View File

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