From b10967011561b6c638a98a60223149b9d059592a Mon Sep 17 00:00:00 2001 From: rbn42 Date: Mon, 25 Sep 2017 05:33:57 +1300 Subject: [PATCH] fix stereo visualization --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c20a22b..e3302b9 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,10 @@ setup( name='panon', - version='v0.1.0', + version='v0.1.1', description='A status bar for X window managers', url='http://github.com/rbn42/panon', - download_url='https://github.com/rbn42/panon/archive/v0.1.0.tar.gz', + download_url='https://github.com/rbn42/panon/archive/v0.1.1.tar.gz', author='rbn42', author_email='bl100@students.waikato.ac.nz', license='MIT',