From 6864423581aa640a8586d1a27dd2a4539de419e7 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Thu, 16 May 2024 20:49:25 +0800 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f30f8f..60a056d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ignore_missing_imports = true [tool.poetry] name = "pyth-observer" -version = "0.2.3" +version = "0.2.4" description = "Alerts and stuff" authors = [] readme = "README.md"