Skip to content

Commit 71ff39d

Browse files
committed
Bumping version in setup.py to 1.7.0
1 parent 985487d commit 71ff39d

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
setuptools.setup(
77
name="yagooglesearch",
8-
version="1.6.1",
8+
version="1.7.0",
99
author="Brennon Thomas",
1010
author_email="info@opsdisk.com",
1111
description="A Python library for executing intelligent, realistic-looking, and tunable Google searches.",
@@ -16,7 +16,7 @@
1616
package_data={"yagooglesearch": ["user_agents.txt"]},
1717
install_requires=[
1818
"beautifulsoup4>=4.9.3",
19-
"requests>=2.26.0",
19+
"requests>=2.31.0",
2020
"requests[socks]",
2121
],
2222
python_requires=">=3.6",

0 commit comments

Comments
 (0)