From bcb55be7adf88e9724b28aec53e373e795138f54 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 7 May 2023 11:50:17 +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 23332c0..7efbd8d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name="twitch-dl", - version="2.1.2", + version="2.1.3", description="Twitch downloader", long_description=long_description.strip(), author="Ivan Habunek", diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index cce9211..5c9bbda 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.1.2" +__version__ = "2.1.3" CLIENT_ID = "kd1unb4b3q4t58fwlpcbzcbnm76a8fp"