Browse Source

bump major version as interface has changed... even though there

hasn't been a tagged release, people might be using it.
main
John-Mark Gurney 7 years ago
parent
commit
883fe48c61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -1,7 +1,7 @@
from distutils.core import setup from distutils.core import setup


setup(name='yadenon', setup(name='yadenon',
version='1.0.0',
version='2.0.0',
description='Yet Anoter Python Denon AVR module', description='Yet Anoter Python Denon AVR module',
author='John-Mark Gurney', author='John-Mark Gurney',
author_email='jmg@funkthat.com', author_email='jmg@funkthat.com',


Loading…
Cancel
Save