Skip to content

Commit

Permalink
prep for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion committed Jan 3, 2025
1 parent ad11b75 commit 60527e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optillm/plugins/readurls_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def extract_urls(text: str) -> List[str]:
def fetch_webpage_content(url: str, max_length: int = 100000) -> str:
try:
headers = {
'User-Agent': 'optillm/0.0.19 (https://github.com/codelion/optillm)'
'User-Agent': 'optillm/0.0.20 (https://github.com/codelion/optillm)'
}

response = requests.get(url, headers=headers, timeout=10)
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="optillm",
version="0.0.19",
version="0.0.20",
packages=find_packages(),
py_modules=['optillm'],
package_data={
Expand Down

0 comments on commit 60527e2

Please sign in to comment.