diff --git a/README.md b/README.md index 30d6f05..3b60298 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ https://ngoaidmap.org/downloads?doc=kml&name=nemp-madagascar-cyclone-enawo-respo For other extensions, not present, use the `custom` function -Second arg is explained [here](https://github.com/WebSearh/pull/4) +Second arg is explained [here](https://github.com/WebSearch/pull/4) ```python from websearch import WebSearch diff --git a/setup.cfg b/setup.cfg index a6f96fd..5a8139e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = WebSearch -version = 1.0.2 +version = 1.0.3 author = iTeam-$ author_email = contact@iteam-s.xyz description = Python module allowing you to do various searches for links on the Web. diff --git a/setup.py b/setup.py index c8a1247..d2d84e4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="websearch-python", # This is the name of the package - version="1.0.2", # The initial release version + version="1.0.3", # The initial release version author="iTeam-$", # Full name of the author description="Python module allowing you to do various searches for links on the Web.", long_description=long_description, # Long description read from the the readme file