mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version
This commit is contained in:
@ -1,6 +1,11 @@
|
|||||||
Twitch Downloader change log
|
Twitch Downloader change log
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
1.3.1 (2019-08-13)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* No changes, bumped to fix issue with pypi
|
||||||
|
|
||||||
1.3.0 (2019-08-13)
|
1.3.0 (2019-08-13)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ default : clean dist
|
|||||||
|
|
||||||
dist :
|
dist :
|
||||||
python setup.py sdist --formats=gztar,zip
|
python setup.py sdist --formats=gztar,zip
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel --python-tag=py3
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
find . -name "*pyc" | xargs rm -rf $1
|
find . -name "*pyc" | xargs rm -rf $1
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.3.0',
|
version='1.3.1',
|
||||||
description='Twitch downloader',
|
description='Twitch downloader',
|
||||||
long_description="Quickly download videos from Twitch",
|
long_description="Quickly download videos from Twitch",
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
X-Python3-Version: >= 3.3
|
X-Python3-Version: >= 3.5
|
||||||
Copyright-File: LICENSE
|
Copyright-File: LICENSE
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__version__ = "1.3.0"
|
__version__ = "1.3.1"
|
||||||
|
|
||||||
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"
|
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"
|
||||||
|
Reference in New Issue
Block a user