Skip to content

Commit 7e8800b

Browse files
committed
Release 1.0.1
1 parent b1df532 commit 7e8800b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name='pytelemetrycli',
1717

18-
version='1.0.0',
18+
version='1.0.1',
1919

2020
description='command-line interface for superior communication with any embedded device.',
2121
long_description=long_description,
@@ -75,7 +75,7 @@
7575
# pip to create the appropriate form of executable for the target platform.
7676
entry_points={
7777
'console_scripts': [
78-
'tlm = pytelemetrycli.cli:main',
78+
'pytlm = pytelemetrycli.cli:pytlm',
7979
],
8080
},
8181
)

0 commit comments

Comments
 (0)