Skip to content

Commit

Permalink
Merge pull request #27 from kayvane1/fix-pyproject-reference
Browse files Browse the repository at this point in the history
Fix pyproject reference
  • Loading branch information
kayvane1 authored Feb 21, 2024
2 parents 58f997e + bacbaa8 commit db67eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "brave-search"
version = "0.1.3"
version = "0.1.4"
description = "Brave Search API wrapper"
authors = ["Kayvane Shakerifar"]
readme = "README.md"
homepage = "https://github.com/kayvane1/brave-search"
repository = "https://github.com/kayvane1/brave-search"
homepage = "https://github.com/kayvane1/brave-api"
repository = "https://github.com/kayvane1/brave-api"
keywords = ['search', 'brave', 'api'] # noqa
packages = [
{ include = "brave", from = "src" },
Expand Down

0 comments on commit db67eaf

Please sign in to comment.