Skip to content

Commit 041f9f1

Browse files
authored
bump version (#146)
1 parent 65f0f4b commit 041f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mujoco_py/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['__version__', 'get_version']
22

3-
version_info = (1, 50, 1, 22)
3+
version_info = (1, 50, 1, 23)
44
# format:
55
# ('mujoco_major', 'mujoco_minor', 'mujoco_py_major', 'mujoco_py_minor')
66

0 commit comments

Comments
 (0)