From e95a44432acc2ff9375c8bc5362738ac754f3b7e Mon Sep 17 00:00:00 2001 From: andrew-ld <43882924+andrew-ld@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:30:31 +0100 Subject: [PATCH] 1.3.8 --- 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 cc0a7b3..7080933 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="smart_tv_telegram", - version="1.3.7.dev0", + version="1.3.8.dev0", setup_requires=["wheel"], author="andrew-ld", author_email="andrew-ld@protonmail.com", diff --git a/smart_tv_telegram/__init__.py b/smart_tv_telegram/__init__.py index 316af7d..9f5aa3c 100644 --- a/smart_tv_telegram/__init__.py +++ b/smart_tv_telegram/__init__.py @@ -4,8 +4,8 @@ from .http import Http, OnStreamClosed from .bot import Bot -__version__ = "1.3.7" -__version_info__ = ("1", "3", "7") +__version__ = "1.3.8" +__version_info__ = ("1", "3", "8") __author__ = "https://github.com/andrew-ld" __all__ = [