Bump version

This commit is contained in:
Ivan Habunek 2019-08-13 12:40:00 +02:00
parent 3c99e9975b
commit e72f8e24ea
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
5 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,11 @@
Twitch Downloader change log
============================
1.3.1 (2019-08-13)
------------------
* No changes, bumped to fix issue with pypi
1.3.0 (2019-08-13)
------------------

View File

@ -2,7 +2,7 @@ default : clean dist
dist :
python setup.py sdist --formats=gztar,zip
python setup.py bdist_wheel
python setup.py bdist_wheel --python-tag=py3
clean :
find . -name "*pyc" | xargs rm -rf $1

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup(
name='twitch-dl',
version='1.3.0',
version='1.3.1',
description='Twitch downloader',
long_description="Quickly download videos from Twitch",
author='Ivan Habunek',

View File

@ -1,3 +1,3 @@
[DEFAULT]
X-Python3-Version: >= 3.3
X-Python3-Version: >= 3.5
Copyright-File: LICENSE

View File

@ -1,3 +1,3 @@
__version__ = "1.3.0"
__version__ = "1.3.1"
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"