Skip to content

Commit

Permalink
Forced biorbd 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Nov 9, 2020
1 parent 467060d commit 8be48da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bioviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def check_version(tool_to_compare, min_version, max_version):
raise ImportError(f"{name} should be lesser than version {max_version}")


check_version(biorbd, "1.3.1", "2.0.0")
check_version(biorbd, "1.4.0", "2.0.0")
check_version(pyomeca, "2020.0.1", "2020.1.0")
from pyomeca import Markers

Expand Down
2 changes: 1 addition & 1 deletion bioviz/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit 8be48da

Please sign in to comment.