diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..5e4090017 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 diff --git a/setup.py b/setup.py index 0b2de14ef..27372472c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='PyChromecast', - version='0.6.11', + version='0.6.12', license='MIT', url='https://github.com/balloob/pychromecast', author='Paulus Schoutsen',