Skip to content

Commit c886fa6

Browse files
committed
Release 1.0.5
1 parent bf983b8 commit c886fa6

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
@@ -10,7 +10,7 @@
1010
setup(
1111
name='pytelemetrycli',
1212

13-
version='1.0.4',
13+
version='1.0.5',
1414

1515
description='command-line interface for superior communication with embedded devices.',
1616
long_description=long_description,
@@ -54,7 +54,7 @@
5454
# your project is installed. For an analysis of "install_requires" vs pip's
5555
# requirements files see:
5656
# https://packaging.python.org/en/latest/requirements.html
57-
install_requires=['pytelemetry>1.1.4','pyserial>3.0.0','docopt','pyqtgraph','numpy','sortedcontainers',],
57+
install_requires=['pytelemetry>1.1.6','pyserial>3.0.0','docopt','pyqtgraph','numpy','sortedcontainers',],
5858

5959
# List additional groups of dependencies here (e.g. development
6060
# dependencies). You can install these using the following syntax,

0 commit comments

Comments
 (0)