From e3369117e9c33407356b66325070cbbd8d1ee8d5 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Wed, 31 Jan 2024 10:53:12 -0500 Subject: [PATCH] Version change 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfea000..853777c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.3' +VERSION = '0.0.4' 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"