Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed Oct 30, 2021
1 parent 6216183 commit 243e92e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 243e92e

Please sign in to comment.