From ae11a0a6b4d0de82415a1f937c7de2ce86245f08 Mon Sep 17 00:00:00 2001 From: Michael DM Dryden Date: Sat, 6 Jun 2020 00:46:54 -0400 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd2700a..b8ad968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telegram-stats-bot" -version = "0.1.0" +version = "0.1.1" description = "A logging and statistics bot for Telegram based on python-telegram-bot." authors = ["Michael DM Dryden "] license = "gpl-3.0-or-later"