diff --git a/pyproject.toml b/pyproject.toml index bc8035a..9e137ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include_trailing_comma = true [tool.poetry] name = "tg" -version = "0.14.0" +version = "0.15.0" description = "Terminal Telegram client" authors = ["Paul Nameless "] license = "Unlicense" diff --git a/tg/__init__.py b/tg/__init__.py index a31ec2b..280b325 100644 --- a/tg/__init__.py +++ b/tg/__init__.py @@ -1,4 +1,4 @@ """ Terminal client for telegram """ -__version__ = "0.14.0" +__version__ = "0.15.0"