Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew (from workstation) committed Oct 25, 2020
1 parent eede19b commit 284cc32
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.0.2.dev0",
version="1.0.3.dev0",
author="andrew-ld",
author_email="[email protected]",
description="A Telegram Bot to stream content on your smart TV",
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.0.2"
__version_info__ = ("1", "0", "2")
__version__ = "1.0.3"
__version_info__ = ("1", "0", "3")
__author__ = "https://github.com/andrew-ld"


Expand Down

0 comments on commit 284cc32

Please sign in to comment.