diff --git a/cast_control/__init__.py b/cast_control/__init__.py index c12d968..d458076 100644 --- a/cast_control/__init__.py +++ b/cast_control/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.5' +__version__ = '0.10.6' __author__ = 'Alex DeLorenzo ' HOMEPAGE: str = "https://github.com/alexdelorenzo/cast_control" diff --git a/setup.py b/setup.py index 335b474..51c5747 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PY_VERSION: str = '>=3.7' -CMD_PT: str = f'{NAME}.command:cmd' +CMD_PT: str = f'{NAME}.command:cli' ENTRY_POINTS: Dict[str, List[str]] = { 'console_scripts': [