Skip to content

Commit 120bba8

Browse files
Update setup.py
1 parent cecd936 commit 120bba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
name='musicalgestures',
1414
packages=['musicalgestures'],
15-
version='v1.2.7',
15+
version='v1.2.8',
1616
license='GNU General Public License v3 (GPLv3)',
1717
description='Musical Gestures Toolbox for Python',
1818
long_description=README,
@@ -23,7 +23,7 @@
2323
author='University of Oslo fourMs Lab',
2424
author_email='[email protected]',
2525
url='https://github.com/fourMs/MGT-python',
26-
download_url='https://github.com/fourMs/MGT-python/archive/v1.2.7.tar.gz',
26+
download_url='https://github.com/fourMs/MGT-python/archive/v1.2.8.tar.gz',
2727
keywords=['Computer Vision', 'Motion Analysis',
2828
'Musical Gestures', 'Video-Analysis'],
2929
install_requires=[

0 commit comments

Comments
 (0)