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"