point release to fix predict import

This commit is contained in:
lorenzo 2019-07-26 11:00:59 +02:00
parent 21489bd97d
commit e15d24c644
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
"""Open implementation of MonoLoco."""
__version__ = '0.4.2'
__version__ = '0.4.2.1'

View File

@ -100,7 +100,7 @@ def main():
from .visuals.webcam import webcam
webcam(args)
else:
from .predict import predict
from predict import predict
predict(args)
elif args.command == 'prep':