From 25163a7ae39de2724e2946e8b1b61484d2a590d6 Mon Sep 17 00:00:00 2001 From: Charles Blonde Date: Sun, 11 Feb 2018 12:16:03 +0100 Subject: [PATCH] Release 0.8.0 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07f2016..c0c186e 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ time.sleep(600) # Wait for events ## Full documentation -[http://libsoundtouch.readthedocs.io] (http://libsoundtouch.readthedocs.io) +[http://libsoundtouch.readthedocs.io](http://libsoundtouch.readthedocs.io) ## Incoming features diff --git a/setup.py b/setup.py index 0c0d3b4..1654bd7 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def gen_data_files(*dirs): setup( name="libsoundtouch", - version="0.7.2", + version="0.8.0", license="Apache License 2.0", url="http://libsoundtouch.readthedocs.io", download_url="https://github.com/CharlesBlonde/libsoundtouch",