From 706e97c179588ad8c1e328c9ff85a5ccba5d67a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Guerra?= Date: Tue, 30 Jul 2024 16:58:39 -0300 Subject: [PATCH] Update __init__.py --- pyKVFinder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyKVFinder/__init__.py b/pyKVFinder/__init__.py index 119fec11..70c78bec 100644 --- a/pyKVFinder/__init__.py +++ b/pyKVFinder/__init__.py @@ -31,7 +31,7 @@ """ __name__ = "pyKVFinder" -__version__ = "0.6.14" +__version__ = "0.6.15" license = "GNU GPL-3.0 License" from .utils import *