From 7498969d2e9865322659bdec89ccfd351a406fa5 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 1 Nov 2022 23:42:30 -0700 Subject: [PATCH] dont' message on disconnect --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb8df20..b964ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiki-postbot" -version = "0.1.0" +version = "0.1.1" description = "Add posts to the wiki!" authors = ["sneakers-the-rat "] license = "GPL-3.0"