From c52df89f833c52a169253da6e89228714eb42c64 Mon Sep 17 00:00:00 2001 From: Sai Sharan Tangeda Date: Wed, 30 Aug 2023 21:15:09 +0530 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cecd6d..d94bb1f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read_requirements(file_name): setup( name='xpuls-mlmonitor', - version='0.0.1', + version='0.0.2', author='Sai Sharan Tangeda', author_email='saisarantangeda@gmail.com', description='Automated telemetry and monitoring for ML & LLM Frameworks',