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