Fix version number in init file, bump version

This commit is contained in:
Ivan Habunek 2020-08-11 18:10:09 +02:00
parent d8863ac695
commit bbed398cf6
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Twitch Downloader change log Twitch Downloader change log
============================ ============================
1.10.2 (2020-08-11)
-------------------
* Fix version number displayed by `twitch-dl --version` (#29)
1.10.1 (2020-08-09) 1.10.1 (2020-08-09)
------------------- -------------------

View File

@ -11,7 +11,7 @@ makes it faster.
setup( setup(
name='twitch-dl', name='twitch-dl',
version='1.10.1', version='1.10.2',
description='Twitch downloader', description='Twitch downloader',
long_description=long_description.strip(), long_description=long_description.strip(),
author='Ivan Habunek', author='Ivan Habunek',

View File

@ -1,3 +1,3 @@
__version__ = "1.9.0" __version__ = "1.10.2"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"