Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Nov 5, 2024
1 parent 6be17c9 commit 9cc491e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exa_py/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def __init__(
self,
api_key: Optional[str],
base_url: str = "https://api.exa.ai",
user_agent: str = "exa-py 1.5.2",
user_agent: str = "exa-py 1.6.0",
):
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="exa_py",
version="1.5.2",
version="1.6.0",
description="Python SDK for Exa API.",
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 9cc491e

Please sign in to comment.