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__ = [