From 50a0a69921f324a1720bc90291738aa959b9458b Mon Sep 17 00:00:00 2001 From: aahnik Date: Wed, 12 May 2021 16:16:44 +0530 Subject: [PATCH] bump version and release new patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52ebf06..9e9db77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telewater" -version = "0.1.0" +version = "0.1.1" description = "A telegram bot that applies watermark on images, gifs and videos." authors = ["aahnik "] license = "MIT"