From 699f3f3c95d5a3a3e43faa2c8a0febb01909bff2 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Tue, 9 Apr 2024 14:23:45 -0400 Subject: [PATCH] updated fmatch version 0.0.7 Signed-off-by: Shashank Reddy Boyapally --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1732ce..6e44201 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.6' +VERSION = '0.0.7' 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"