From 27d43118294a7bbdd5b833ba5cfdc41c878abd8d Mon Sep 17 00:00:00 2001 From: Aahnik Daw Date: Mon, 24 Oct 2022 22:54:52 +0530 Subject: [PATCH] fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df872d8a..da70834c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgcf" -version = "0.1.0" +version = "1.0.0" description = "The ultimate tool to automate custom telegram message forwarding." authors = ["aahnik "] license = "MIT"