Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
atbuy committed Jan 20, 2022
1 parent ff10de6 commit 00dca01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__author__ = "Vitaman02"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present Vitaman02"
__version__ = "0.4.2"
__version__ = "0.4.3"


VersionInfo = namedtuple("VersionInfo", "major minor patch")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Vitaman02",
url="https://github.com/Vitaman02/pygsearch",
project_urls={},
version="0.4.2",
version="0.4.3",
packages=find_packages(),
license="MIT",
description="Python library to get google search results.",
Expand Down

0 comments on commit 00dca01

Please sign in to comment.