Mercurial > hg > vampy-host
changeset 130:d241b83af53b v1.0.1
Bump version
author | Chris Cannam |
---|---|
date | Wed, 24 Jun 2015 16:16:19 +0100 |
parents | b8fe675f9c3f |
children | 774abff99d98 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Jun 24 16:14:32 2015 +0100 +++ b/setup.py Wed Jun 24 16:16:19 2015 +0100 @@ -26,7 +26,7 @@ include_dirs = [ 'vamp-plugin-sdk', np.get_include() ]) setup (name = 'vamp', - version = '1.0.0', + version = '1.0.1', url = 'https://code.soundsoftware.ac.uk/projects/vampy-host', description = 'Use Vamp plugins for audio feature analysis.', long_description = ( read('README.rst') + '\n\n' + read('COPYING.rst') ),