From 4b32a1665994093be374d46246cf6f15a175c3c5 Mon Sep 17 00:00:00 2001 From: aahnik Date: Mon, 14 Jun 2021 20:59:34 +0530 Subject: [PATCH] bump version to 0.2.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82927572..465b62aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgcf" -version = "0.2.8" +version = "0.2.9" description = "The ultimate tool to automate custom telegram message forwarding." authors = ["aahnik "] license = "MIT"