Skip to content

Commit

Permalink
⬆️ Fixed version release
Browse files Browse the repository at this point in the history
  • Loading branch information
visuxls committed Apr 29, 2022
1 parent 0140005 commit c56fbdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.27.1
undetected-chromedriver==3.0.0
selenium-stealth==1.0.6
selenium==4.1.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tipranks",
version="0.0.1",
version="0.0.2",
author="visuxls",
description="Python interface to communicate with TipRanks API.",
long_description=long_description,
Expand All @@ -18,5 +18,5 @@
],
python_requires='>=3.6',
py_modules=["tipranks"],
install_requires=["requests", "undetected-chromedriver>=3.0.0", "selenium"]
install_requires=["requests", "selenium-stealth", "selenium"]
)

0 comments on commit c56fbdb

Please sign in to comment.