From 3229459f7bbd0549f90cb0131ee5db04d39d1a40 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Mon, 9 Sep 2024 10:51:46 -0400 Subject: [PATCH] Update setup.py v0.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07e6db9..9b53d63 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.8' +VERSION = '0.0.9' DESCRIPTION = 'Common package for matching runs with provided metadata' # pylint: disable= line-too-long LONG_DESCRIPTION = "A package that allows to match metadata and get runs and create csv files with queried metrics"