From 58458553bcf9c46ddbf42033460e0a979c3a531c Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 17 May 2020 14:42:55 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- twitchdl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3eb09d7..02edd9d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name='twitch-dl', - version='1.7.0', + version='1.8.0', description='Twitch downloader', long_description=long_description.strip(), author='Ivan Habunek', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index b4a6914..4193293 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.7.0" +__version__ = "1.8.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"