Skip to content

Commit

Permalink
new release: 3.7.1, bugfix chromecast
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ld committed Mar 18, 2021
1 parent e554b1a commit d924cf4
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.0.dev0",
version="1.3.1.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 .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"


Expand Down

0 comments on commit d924cf4

Please sign in to comment.