From 2dc23dc54d0ab755da4f06986a7b536e7c09256d Mon Sep 17 00:00:00 2001 From: jvsguerra Date: Mon, 13 Jan 2025 11:38:57 -0300 Subject: [PATCH] Update pyKVFinder version from 0.7.1 to 0.7.2 --- pyKVFinder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyKVFinder/__init__.py b/pyKVFinder/__init__.py index 2aab154c..7b9273ba 100644 --- a/pyKVFinder/__init__.py +++ b/pyKVFinder/__init__.py @@ -31,7 +31,7 @@ """ __name__ = "pyKVFinder" -__version__ = "0.7.1" +__version__ = "0.7.2" license = "GNU GPL-3.0 License" from .utils import *