diff --git a/pyproject.toml b/pyproject.toml index 72d8fba..aac7f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include_trailing_comma = true [tool.poetry] name = "tg" -version = "0.16.0" +version = "0.17.0" description = "Terminal Telegram client" authors = ["Paul Nameless "] license = "Unlicense" diff --git a/tg/__init__.py b/tg/__init__.py index bd5f1bc..1fb84bf 100644 --- a/tg/__init__.py +++ b/tg/__init__.py @@ -1,4 +1,4 @@ """ Terminal client for telegram """ -__version__ = "0.16.0" +__version__ = "0.17.0"