From dedbbea664e7c0760a3715aa312c1095838ca014 Mon Sep 17 00:00:00 2001 From: "andrew (from workstation)" Date: Sat, 10 Oct 2020 12:59:02 +0200 Subject: [PATCH] new release --- setup.py | 2 +- smart_tv_telegram/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index afb44db..2511f91 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="smart_tv_telegram", - version="1.0.1.dev0", + version="1.0.2.dev0", author="andrew-ld", author_email="andrew-ld@protonmail.com", description="A Telegram Bot to stream content on your smart TV", diff --git a/smart_tv_telegram/__init__.py b/smart_tv_telegram/__init__.py index ec2a11e..54b4e4c 100644 --- a/smart_tv_telegram/__init__.py +++ b/smart_tv_telegram/__init__.py @@ -4,8 +4,8 @@ from .bot import Bot -__version__ = "1.0.1" -__version_info__ = ("1", "0", "1") +__version__ = "1.0.2" +__version_info__ = ("1", "0", "2") __author__ = "https://github.com/andrew-ld"