From 91ba297d1d4c34fe0dba2f25d78a7ec7ed709358 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 10 Apr 2024 17:14:38 +0100 Subject: [PATCH] Bump to 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b94d95..b0a53dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olli" -version = "1.1.0" +version = "2.0.0" description = "Olli searches your Loki logs and relays matching terms to Discord." authors = ["Joe Banks ", "Chris Lovering "] license = "MIT"