diff --git a/setup.py b/setup.py index b228e85..a73ca4a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def requirements(): setuptools.setup( name="default-scraper", - version="1.0.1", + version="1.1.0", license="MIT", author="Seongbum Seo", author_email="sbumseo@bigpicture.team", @@ -26,4 +26,4 @@ def requirements(): "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ], -) \ No newline at end of file +)