From e473ae7d47fb50f14bb986cd907e08bbee8fdeb7 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Sat, 24 Apr 2021 19:18:38 +0300 Subject: [PATCH] Release v0.15.0 --- pyproject.toml | 2 +- tg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"