From 9449699d076011caf560d8c4384a9b1bf2512080 Mon Sep 17 00:00:00 2001 From: joopert Date: Sat, 20 Jan 2018 13:05:44 +0100 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d144af5..ce9f044 100644 --- a/setup.py +++ b/setup.py @@ -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'],