Skip to content

Commit

Permalink
Prepare Release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed Nov 13, 2021
1 parent 9279ad2 commit ef47ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3
version = 1.1.0
author = iTeam-$
author_email = [email protected]
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.4", # The initial release version
version="1.1.0", # 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.
Expand Down
2 changes: 1 addition & 1 deletion websearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .script import WebSearch
from . import __main__
__version__ = '1.0.4'
__version__ = '1.1.0'
__author__ = 'iTeam-$'
__license__ = 'MIT'
__all__ = ['WebSearch', '__main__']

0 comments on commit ef47ae3

Please sign in to comment.