We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25c866 commit b53558bCopy full SHA for b53558b
2 files changed
setup.py
@@ -23,7 +23,7 @@
23
author='University of Oslo fourMs Lab',
24
author_email='a.r.jensenius@imv.uio.no',
25
url='https://github.com/fourMs/MGT-python',
26
- download_url='https://github.com/fourMs/MGT-python/archive/v1.3.2.tar.gz',
+ download_url='https://github.com/fourMs/MGT-python/archive/v1.3.3.tar.gz',
27
keywords=['Computer Vision', 'Motion Analysis',
28
'Musical Gestures', 'Video-Analysis'],
29
install_requires=[
tests/test_ssm.py
@@ -4,4 +4,4 @@ def test_always_passes():
4
assert True
5
6
def test_always_fails():
7
- assert False
+ assert False
0 commit comments