Skip to content

Commit

Permalink
fix flake8 issue (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend authored Jan 10, 2025
1 parent 0172c2e commit dd7e6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def read_version():
content = vf.read()
return re.search(r'__version__\s*=\s*["\']([^"\']+)["\']', content).group(1)


setup(
name="vectara_agentic",
version=read_version(),
Expand Down

0 comments on commit dd7e6de

Please sign in to comment.