Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew (from workstation) committed Dec 28, 2020
1 parent dc7a8e2 commit ecfafc0
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.2.0.dev0",
version="1.2.1.dev0",
setup_requires=["wheel"],
author="andrew-ld",
author_email="andrew-ld@protonmail.com",
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.2.0"
__version_info__ = ("1", "2", "0")
__version__ = "1.2.1"
__version_info__ = ("1", "2", "1")
__author__ = "https://github.com/andrew-ld"


Expand Down

0 comments on commit ecfafc0

Please sign in to comment.