Skip to content

Commit

Permalink
Update pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
coppeliaMLA committed Nov 27, 2023
1 parent 41383ea commit 5bd0d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybarb/pybarb.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def get_asynch_file_urls(self, job_id=None):
return False
urls = [x["data"] for x in r_json["result"]]
if len(urls) == 0:
raise Exception(f"Error: No files returned.")
raise Exception(f"Error: No urls returned.")
return urls
except requests.exceptions.RequestException as e:
print(f"An error occurred: {e}")
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="pybarb",
version="0.5.1",
version="0.5.2",
packages=find_packages(),
install_requires=["pandas", "sqlalchemy", "plotly", "requests"],
author="Simon Raper",
Expand Down

0 comments on commit 5bd0d7b

Please sign in to comment.