From 0255eadf7f2695e9d46393a82576491849807f41 Mon Sep 17 00:00:00 2001 From: Tikendra Sahu <68785366+tikendraw@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:46:37 +0000 Subject: [PATCH] bump to v0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f786fa0..97cbf87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reverse-image-search" -version = "0.1.6" +version = "0.1.7" description = "Searches for similar images locally" authors = ["tikendraw "] readme = "README.md"