Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua committed Jan 20, 2025
1 parent 60b1a38 commit 0ad5dc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "search-engine-cpp"
version = "0.1.3"
version = "0.2.0"
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 <pedrobiqua@gmail.com>"]
readme = "README.md"
Expand All @@ -13,6 +13,10 @@ include = [
"LICENSE.md" # Inclui o arquivo de licença
]
homepage = "https://pedrobiqua.github.io/Search_Engine/html/"
documentation = "https://bianchtech.github.io/Search_Engine/html/Chap_00_Architecture_documentation.html"
repository = "https://github.com/BianchTech/Search_Engine"

license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 0ad5dc0

Please sign in to comment.