From e6dcbde97d8b75f605c52741b6b72bec1c65293e Mon Sep 17 00:00:00 2001 From: Kushal Batra Date: Mon, 17 Jun 2024 10:53:04 -0700 Subject: [PATCH] fix: update maintainers Signed-off-by: Kushal Batra --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 268f284..12e1a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [tool.poetry] name = "numalogic-prometheus" -version = "0.8.1" +version = "0.8.1a1" description = "Numalogic Prometheus based tools" authors = ["Numalogic developers"] packages = [{ include = "numaprom" }] maintainers = [ "Avik Basu ", "Nandita Koppisetty ", + "Kushal Batra " ] classifiers = [ "Topic :: Software Development :: Libraries",