Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ld authored Oct 30, 2022
1 parent 9375c9f commit 62378b0
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.5.dev0",
version="1.3.6.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.5"
__version_info__ = ("1", "3", "5")
__version__ = "1.3.6"
__version_info__ = ("1", "3", "6")
__author__ = "https://github.com/andrew-ld"

__all__ = [
Expand Down

0 comments on commit 62378b0

Please sign in to comment.