Skip to content

Commit

Permalink
add main to work in local
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravSardana committed Dec 18, 2021
1 parent 5b097aa commit fe700d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dynamic/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ def main():
)
else:
search_flag.search_args()


if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="dynamic-cli",
version="0.1.0",
version="1.0.0",
author="IOSF Community",
author_email="[email protected]",
description="Search for your questions in stackoverflow",
Expand Down

0 comments on commit fe700d5

Please sign in to comment.