From d52dfa1c034a63fd9c8ed3ec1b0648b33d5c33ad Mon Sep 17 00:00:00 2001 From: Indrajith Indraprastham Date: Sat, 22 Jun 2024 11:43:02 +0530 Subject: [PATCH] v 0.4.0-beta --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 402fdd9..527a20b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tiny-web-crawler" -version = "0.3.0" +version = "0.4.0-beta" description = "A simple and efficient web crawler in Python." authors = ["Indrajith Indraprastham "] license = "GPL-3.0-or-later"