From 9bdb36e53e0a993c9b6dec7805b1ba19ef8ff676 Mon Sep 17 00:00:00 2001 From: ayazabbas <30928485+ayazabbas@users.noreply.github.com> Date: Tue, 21 May 2024 14:37:31 +0100 Subject: [PATCH] bump version (#73) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2979db..9d13c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ignore_missing_imports = true [tool.poetry] name = "pyth-observer" -version = "0.2.8" +version = "0.2.9" description = "Alerts and stuff" authors = [] readme = "README.md"