Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Jun 17, 2024
1 parent 7ff533c commit a994300
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 @@ -36,7 +36,7 @@
from .qt_ui.rectangle_on_slider import RectangleOnSlider
from ._version import __version__, check_version

check_version(biorbd, "1.9.1", "2.0.0")
check_version(biorbd, "1.11.1", "2.0.0")
check_version(pyomeca, "2020.0.1", "2020.1.0")


Expand Down
2 changes: 1 addition & 1 deletion bioviz/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from packaging.version import parse as parse_version

__version__ = "2.3.2"
__version__ = "2.4.0"


def check_version(tool_to_compare, min_version, max_version):
Expand Down

0 comments on commit a994300

Please sign in to comment.