We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd936 commit 120bba8Copy full SHA for 120bba8
setup.py
@@ -12,7 +12,7 @@
12
setup(
13
name='musicalgestures',
14
packages=['musicalgestures'],
15
- version='v1.2.7',
+ version='v1.2.8',
16
license='GNU General Public License v3 (GPLv3)',
17
description='Musical Gestures Toolbox for Python',
18
long_description=README,
@@ -23,7 +23,7 @@
23
author='University of Oslo fourMs Lab',
24
author_email='[email protected]',
25
url='https://github.com/fourMs/MGT-python',
26
- download_url='https://github.com/fourMs/MGT-python/archive/v1.2.7.tar.gz',
+ download_url='https://github.com/fourMs/MGT-python/archive/v1.2.8.tar.gz',
27
keywords=['Computer Vision', 'Motion Analysis',
28
'Musical Gestures', 'Video-Analysis'],
29
install_requires=[
0 commit comments