diff --git a/pyproject.toml b/pyproject.toml index 746d3db..feddd68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "search-engine-cpp" -version = "0.1.2" +version = "0.1.3" description = "Search Engine is a project that implements a basic search engine using C++, Python, and Cython. It builds a reverse index and ranks pages with the PageRank algorithm based on keyword relevance and page importance." authors = ["Pedro Bianchini de Quadros "] readme = "README.md"