Fix viewer.py for Python 3.7 and 3.8.
PiperOrigin-RevId: 493301329 Change-Id: I44ffe5b33595d2dec7cd1aefbdd77d535901d894
This commit is contained in:
committed by
Copybara-Service
parent
36641cdb2c
commit
0d608282dd
+1
-1
@@ -30,7 +30,7 @@ from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
from setuptools.command import build_ext
|
||||
|
||||
__version__ = '2.3.1'
|
||||
__version__ = '2.3.1.post1'
|
||||
|
||||
MUJOCO_CMAKE = 'MUJOCO_CMAKE'
|
||||
MUJOCO_CMAKE_ARGS = 'MUJOCO_CMAKE_ARGS'
|
||||
|
||||
Reference in New Issue
Block a user