mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Fix version number in init file, bump version
This commit is contained in:
parent
d8863ac695
commit
bbed398cf6
@ -1,6 +1,11 @@
|
||||
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)
|
||||
-------------------
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
||||
|
||||
setup(
|
||||
name='twitch-dl',
|
||||
version='1.10.1',
|
||||
version='1.10.2',
|
||||
description='Twitch downloader',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = "1.9.0"
|
||||
__version__ = "1.10.2"
|
||||
|
||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||
|
Loading…
Reference in New Issue
Block a user