Skip to content

Commit

Permalink
Second Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-act committed Apr 30, 2021
1 parent 91cefa1 commit e5ebe59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="senginta", # This is the name of the package
version="0.0.1", # The initial release version
version="0.0.7", # The initial release version
author="Michael Abraham Chan Tulenan", # Full name of the author
author_email="michael.4ct@gmail.com",
description="All in one Search Engine for used by API or Python Module (Unofficial)",
Expand All @@ -16,7 +16,7 @@
packages=LIST_PACKAGES, # List of all python modules to be installed
classifiers=[
"Programming Language :: Python :: 3",
"License :: MIT License",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
], # Information to filter the project on PyPi website
python_requires='>=3.8', # Minimum version requirement of the package
Expand Down

0 comments on commit e5ebe59

Please sign in to comment.