Mercurial > hg > vampy-host
changeset 136:a92a13bc50ab v1.0.2
Version
author | Chris Cannam |
---|---|
date | Mon, 29 Jun 2015 11:03:16 +0100 |
parents | abe84bf5541b |
children | 6d9bb060717a |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Jun 29 11:02:08 2015 +0100 +++ b/setup.py Mon Jun 29 11:03:16 2015 +0100 @@ -26,7 +26,7 @@ include_dirs = [ 'vamp-plugin-sdk', np.get_include() ]) setup (name = 'vamp', - version = '1.0.1', + version = '1.0.2', 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') ),