Skip to content

Commit

Permalink
Fix launching from cast_control and castctl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jun 2, 2021
1 parent d5954dc commit 2f107b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cast_control/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.10.5'
__version__ = '0.10.6'
__author__ = 'Alex DeLorenzo <[email protected]>'

HOMEPAGE: str = "https://github.com/alexdelorenzo/cast_control"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 2f107b3

Please sign in to comment.