Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joopert authored Jan 20, 2018
1 parent 4f72e83 commit 9449699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup

setup(name='nad_receiver',
version='0.0.9',
description='Library to interface with NAD receivers through RS232 and TCP',
version='0.0.11',
description='Library to interface with NAD receivers through RS232, TCP and telnet',
url='https://github.com/joopert/nad_receiver',
download_url='https://github.com/joopert/nad_receiver/archive/0.0.9.tar.gz', #
download_url='https://github.com/joopert/nad_receiver/archive/0.0.11.tar.gz', #
author='joopert',
license='MIT',
packages=['nad_receiver'],
Expand Down

0 comments on commit 9449699

Please sign in to comment.