Skip to content

Commit c258084

Browse files
authored
Merge pull request #91 from opsdisk/20231213-updates
Bumped yagooglesearch version and updated README
2 parents 5f9e337 + f755498 commit c258084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Scripts are written for Python 3.6+. Clone the git repository and install the r
4646
```bash
4747
git clone https://github.com/opsdisk/pagodo.git
4848
cd pagodo
49-
virtualenv -p python3.7 .venv # If using a virtual environment.
49+
python3 -m venv .venv # If using a virtual environment.
5050
source .venv/bin/activate # If using a virtual environment.
5151
pip install -r requirements.txt
5252
```

pagodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Custom Python libraries.
1818

1919

20-
__version__ = "2.4.0"
20+
__version__ = "2.5.0"
2121

2222

2323
class Pagodo:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
beautifulsoup4==4.12.2
22
requests==2.31.0
3-
yagooglesearch==1.7.0
3+
yagooglesearch==1.8.2

0 commit comments

Comments
 (0)