From 17253efa3e77b3c28353c427d9865b28ba1b1d2e Mon Sep 17 00:00:00 2001 From: Sai Sharan Tangeda Date: Sun, 3 Sep 2023 23:46:44 +0530 Subject: [PATCH] Bump to v0.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd8a9a5..fb9460b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read_requirements(file_name): setup( name='xpuls-mlmonitor', - version='0.0.4', + version='0.0.5', author='Sai Sharan Tangeda', author_email='saisarantangeda@gmail.com', description='Automated telemetry and monitoring for ML & LLM Frameworks',