Skip to content

Commit d634168

Browse files
authored
Update setup.py
1 parent fb1196f commit d634168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyScrappy",
9-
version="0.0.8",
9+
version="0.0.9",
1010
author="Vedant Tibrewal, Vedaant Singh",
1111
author_email="[email protected]",
1212
description="Powerful web scraping tool.",
@@ -30,4 +30,4 @@
3030
'pandas',
3131
],
3232
packages=setuptools.find_packages(where="src")
33-
)
33+
)

0 commit comments

Comments
 (0)