Skip to content

Commit

Permalink
1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ld authored Jan 7, 2024
1 parent 626995d commit e95a444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions smart_tv_telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down

0 comments on commit e95a444

Please sign in to comment.