Skip to content

Commit

Permalink
Merge pull request #53 from joopert/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
joopert authored Aug 8, 2021
2 parents 3b57e64 + 18b9301 commit ffea0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2.0',
version='0.3.0',
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.2.0.tar.gz', #
download_url='https://github.com/joopert/nad_receiver/archive/0.3.0.tar.gz',
author='joopert',
license='MIT',
packages=['nad_receiver'],
Expand Down

0 comments on commit ffea0a3

Please sign in to comment.