Skip to content

Commit b53558b

Browse files
committed
Minor changes for v1.3.3
1 parent b25c866 commit b53558b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author='University of Oslo fourMs Lab',
2424
author_email='a.r.jensenius@imv.uio.no',
2525
url='https://github.com/fourMs/MGT-python',
26-
download_url='https://github.com/fourMs/MGT-python/archive/v1.3.2.tar.gz',
26+
download_url='https://github.com/fourMs/MGT-python/archive/v1.3.3.tar.gz',
2727
keywords=['Computer Vision', 'Motion Analysis',
2828
'Musical Gestures', 'Video-Analysis'],
2929
install_requires=[

tests/test_ssm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def test_always_passes():
44
assert True
55

66
def test_always_fails():
7-
assert False
7+
assert False

0 commit comments

Comments
 (0)