Skip to content

Commit 18a25f3

Browse files
authored
1.3.9
1 parent a4098b4 commit 18a25f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="smart_tv_telegram",
14-
version="1.3.8.dev0",
14+
version="1.3.9.dev0",
1515
setup_requires=["wheel"],
1616
author="andrew-ld",
1717
author_email="[email protected]",

smart_tv_telegram/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from .http import Http, OnStreamClosed
55
from .bot import Bot
66

7-
__version__ = "1.3.8"
8-
__version_info__ = ("1", "3", "8")
7+
__version__ = "1.3.9"
8+
__version_info__ = ("1", "3", "9")
99
__author__ = "https://github.com/andrew-ld"
1010

1111
__all__ = [

0 commit comments

Comments
 (0)