From 3806b1a4b82948c4d92c601a55e850dc95a54c95 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Fri, 10 May 2024 10:36:55 +0200 Subject: [PATCH] bump versiont o 0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aecba1a..f3a8d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bookmarks-converter" -version = "0.3.4" +version = "0.3.5" description = "Parse db/html/json bookmarks file from (Chrome - Firefox - Custom source) and convert it to db/html/json format." authors = ["Adam Saleh "] license = "MIT"