Skip to content

Commit 80c3949

Browse files
committed
Updated version and changed entry point to bugout-py
1 parent e86bf43 commit 80c3949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bugout/__init__.py

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

88
__email__ = "engineering@bugout.dev"
99
__license__ = "MIT"
10-
__version__ = "0.1.8"
10+
__version__ = "0.1.9"
1111

1212
__all__ = (
1313
"__author__",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
zip_safe=False,
4141
install_requires=["pydantic>=1.6", "requests"],
4242
extras_require={"dev": ["black", "mypy"]},
43-
entry_points={"console_scripts": ["{0} = {0}.__main__:main".format(MODULE_NAME)]},
43+
entry_points={"console_scripts": ["{0}-py = {0}.__main__:main".format(MODULE_NAME)]},
4444
)

0 commit comments

Comments
 (0)