Skip to content

Commit fe700d5

Browse files
committed
add main to work in local
1 parent 5b097aa commit fe700d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dynamic/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ def main():
8181
)
8282
else:
8383
search_flag.search_args()
84+
85+
86+
if __name__ == "__main__":
87+
main()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name="dynamic-cli",
26-
version="0.1.0",
26+
version="1.0.0",
2727
author="IOSF Community",
2828
author_email="ping@iosf.in",
2929
description="Search for your questions in stackoverflow",

0 commit comments

Comments
 (0)