From 1fd60193b7cbea77cfac86b9d844b0bd1d2a4738 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 30 Aug 2015 01:04:55 -0700 Subject: [PATCH] Version bump to 0.6.12 --- setup.cfg | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 setup.cfg 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',