Skip to content

Commit

Permalink
Bump to 2023.03.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gitronald committed Oct 13, 2023
1 parent 07e2b64 commit 0972218
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__ = "2023.05.19"
__version__ = "2023.03.22"
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='2023.05.19',
version='2023.03.22',
url='http://github.com/gitronald/WebSearcher',
author='Ronald E. Robertson',
author_email='[email protected]',
Expand Down

0 comments on commit 0972218

Please sign in to comment.