Skip to content

Commit

Permalink
create .env.example and bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 15, 2024
1 parent a966f2f commit 84cfa4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GOOGLE_API_KEY="your_google_api_key"
CSE_ID="your_cse_id"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "async-web-search"
requires-python = ">=3.9"
version = "0.1.3"
version = "0.1.4"
description = "Async web search library supporting Google, Wikipedia, and arXiv"

readme = "README.md"
Expand Down

0 comments on commit 84cfa4c

Please sign in to comment.