Mercurial > hg > vampy-host
changeset 141:72d6b86f8ce0
Version will be 1.1.0 (new api addition: step size, block size, process timestamp method)
author | Chris Cannam |
---|---|
date | Wed, 08 Jul 2015 12:47:07 +0100 |
parents | 1a494598ee2b |
children | ee085cf5832d |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Jul 08 12:46:04 2015 +0100 +++ b/setup.py Wed Jul 08 12:47:07 2015 +0100 @@ -26,7 +26,7 @@ include_dirs = [ 'vamp-plugin-sdk', np.get_include() ]) setup (name = 'vamp', - version = '1.0.2', + version = '1.1.0', 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') ),