Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Move to 2.25.* release of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Costello committed Mar 25, 2021
1 parent 0ad0635 commit 8589784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='hypervector-wrapper',
version='0.0.6',
version='0.0.7',
description='Python wrapper to use the Hypervector API',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -14,7 +14,7 @@
url="https://github.com/hypervectorio/hypervector-wrapper",
packages=find_packages(exclude=["tests"]),
install_requires=[
"requests ~=2.24.0"
"requests ~=2.25.0"
],
extras_require={
"dev": [
Expand Down

0 comments on commit 8589784

Please sign in to comment.