From 26c078d81af6dfe1f430539f99be9ec075aeb35f Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Thu, 9 May 2024 09:37:08 +0100 Subject: [PATCH] bump to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cbd9a6..429ec64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ignore_missing_imports = true [tool.poetry] name = "pyth-observer" -version = "0.1.15" +version = "0.2.0" description = "Alerts and stuff" authors = [] readme = "README.md"