From 453a2021ca08ef9f0718936ff534fb93fc88fd20 Mon Sep 17 00:00:00 2001 From: Javier Parada Date: Wed, 31 May 2023 09:59:09 +0200 Subject: [PATCH] bump version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f4c885d..d34b8fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepfinder -version = 1.4.1 +version = 1.4.2 author = Javier Parada author_email = javierparadadev@gmail.com description = Search attributes easily using dot paths. Within structures of type dictionary, list and embedded substructures with simple format 'dict.users.0.name'.