Skip to content

Commit

Permalink
[Version] v3.0.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Aug 12, 2024
1 parent f565bc1 commit e06999a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../../mani_skill"))
__version__ = "3.0.0b6"
__version__ = "3.0.0b7"
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down
2 changes: 1 addition & 1 deletion examples/baselines/tdmpc2/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
- tqdm==4.66.1
- wandb==0.16.2
- wheel==0.38.0
- mani_skill>=3.0.0b6
- mani_skill>=3.0.0b7
####################
# Gym:
# (unmaintained but required for maniskill2/meta-world/myosuite)
Expand Down
2 changes: 1 addition & 1 deletion mani_skill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .utils.logging_utils import logger

__version__ = "3.0.0b6"
__version__ = "3.0.0b7"

# ---------------------------------------------------------------------------- #
# Setup paths
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "3.0.0b6"
__version__ = "3.0.0b7"

long_description = """ManiSkill is a powerful unified framework for robot simulation and training powered by [SAPIEN](https://sapien.ucsd.edu/). The entire stack is as open-source as possible and ManiSkill v3 is in beta release now. Among its features include:
- GPU parallelized visual data collection system. On the high end you can collect RGBD + Segmentation data at 20k FPS with a 4090 GPU, 10-100x faster compared to most other simulators.
Expand Down

0 comments on commit e06999a

Please sign in to comment.