Skip to content

Commit

Permalink
Bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gitronald committed Nov 14, 2023
1 parent 80841e4 commit 1d5557e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebSearcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
from .searchers import SearchEngine
from .parsers import parse_serp, extract_components
from .locations import download_locations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_readme_descriptions(fp='README.md', s='#', stop_at=2):

setuptools.setup(
name='WebSearcher',
version='0.3.1',
version='0.3.2',
url='http://github.com/gitronald/WebSearcher',
author='Ronald E. Robertson',
author_email='[email protected]',
Expand Down

0 comments on commit 1d5557e

Please sign in to comment.