diff --git a/setup.py b/setup.py index 3c1bee8..64d4117 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="smart_tv_telegram", - version="1.3.0.dev0", + version="1.3.1.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 ac4a5e1..60bf52c 100644 --- a/smart_tv_telegram/__init__.py +++ b/smart_tv_telegram/__init__.py @@ -4,8 +4,8 @@ from .bot import Bot -__version__ = "1.3.0" -__version_info__ = ("1", "3", "0") +__version__ = "1.3.1" +__version_info__ = ("1", "3", "1") __author__ = "https://github.com/andrew-ld"