From 5f731e7bf763db9bc21227248ee179906efbd6fb Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 2 Apr 2021 19:19:35 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88551d7..5c931a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olli" -version = "0.0.4" +version = "0.1.0" description = "Olli searches your Loki logs and relays matching terms to Discord." authors = ["Joe Banks "] license = "MIT"