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

Commit 8589784

Browse files
author
Jason Costello
committed
Move to 2.25.* release of requests
1 parent 0ad0635 commit 8589784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='hypervector-wrapper',
8-
version='0.0.6',
8+
version='0.0.7',
99
description='Python wrapper to use the Hypervector API',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -14,7 +14,7 @@
1414
url="https://github.com/hypervectorio/hypervector-wrapper",
1515
packages=find_packages(exclude=["tests"]),
1616
install_requires=[
17-
"requests ~=2.24.0"
17+
"requests ~=2.25.0"
1818
],
1919
extras_require={
2020
"dev": [

0 commit comments

Comments
 (0)