Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimpoutaraud committed Jul 8, 2022
1 parent 6d09e6a commit e6b02fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name='musicalgestures',
packages=['musicalgestures'],
version='v1.2.2',
version='v1.2.3',
license='GNU General Public License v3 (GPLv3)',
description='Musical Gestures Toolbox for Python',
long_description=README,
Expand All @@ -23,7 +23,7 @@
author='University of Oslo fourMs Lab',
author_email='[email protected]',
url='https://github.com/fourMs/MGT-python',
download_url='https://github.com/fourMs/MGT-python/archive/v1.2.2.tar.gz',
download_url='https://github.com/fourMs/MGT-python/archive/v1.2.3.tar.gz',
keywords=['Computer Vision', 'Motion Analysis',
'Musical Gestures', 'Video-Analysis'],
install_requires=[
Expand Down

0 comments on commit e6b02fd

Please sign in to comment.