agx-openplx 0.16.8__cp39-cp39-macosx_12_0_arm64.whl → 0.16.10__cp39-cp39-macosx_12_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
openplx/__init__.py CHANGED
@@ -10,7 +10,7 @@ import importlib.util
10
10
  if importlib.util.find_spec("agx_env"):
11
11
  import agx_env # pylint: disable=unused-import
12
12
  __AGXVERSION__ = "2.39.1.2"
13
- __version__ = "0.16.8"
13
+ __version__ = "0.16.10"
14
14
 
15
15
  try:
16
16
  import agx