Bump version

This commit is contained in:
Ivan Habunek 2020-11-10 10:48:21 +01:00
parent 678bf11a8a
commit bb2de4af96
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
4 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,11 @@
Twitch Downloader change log
============================
1.13.0 (2020-11-10)
-------------------
* Added `clips` command for listing and batch downloading clips (#26)
1.12.1 (2020-09-29)
-------------------

View File

@ -32,14 +32,14 @@ Run the archive by either:
a) passing it to python:
```
python3 twitch-dl.1.10.2.pyz --help
python3 twitch-dl.1.13.0.pyz --help
```
b) making it executable and invoking it directly (linux specific):
```
chmod +x twitch-dl.1.10.2.pyz
./twitch-dl.1.10.2.pyz --help
chmod +x twitch-dl.1.13.0.pyz
./twitch-dl.1.13.0.pyz --help
```
Feel free to rename the archive to something more managable, like `twitch-dl`.

View File

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

View File

@ -1,3 +1,3 @@
__version__ = "1.12.1"
__version__ = "1.13.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"