From b1db4d6672a4e10458a3dff52dd4802c9497e495 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Sat, 24 Apr 2021 19:02:06 +0300 Subject: [PATCH] Release v0.14.0 --- pyproject.toml | 2 +- tg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53e7f88..bc8035a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include_trailing_comma = true [tool.poetry] name = "tg" -version = "0.13.0" +version = "0.14.0" description = "Terminal Telegram client" authors = ["Paul Nameless "] license = "Unlicense" diff --git a/tg/__init__.py b/tg/__init__.py index 03f381f..a31ec2b 100644 --- a/tg/__init__.py +++ b/tg/__init__.py @@ -1,4 +1,4 @@ """ Terminal client for telegram """ -__version__ = "0.13.0" +__version__ = "0.14.0"