Skip to content

Commit

Permalink
[Version] Version Bump to b14 (#721)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update version_switcher.json

* Update __init__.py
  • Loading branch information
StoneT2000 authored Nov 28, 2024
1 parent 84036c9 commit 79be0d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/source/_static/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"url": "https://maniskill.readthedocs.io/en/latest/"
},
{
"name": "3.0.0b13 (stable)",
"version": "v3.0.0b13",
"url": "https://maniskill.readthedocs.io/en/v3.0.0b13/",
"name": "3.0.0b14 (stable)",
"version": "v3.0.0b14",
"url": "https://maniskill.readthedocs.io/en/v3.0.0b14/",
"preferred": true
}
]
]
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.0b13"
__version__ = "3.0.0b14"

# ---------------------------------------------------------------------------- #
# 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.0b13"
__version__ = "3.0.0b14"

long_description = """ManiSkill is a powerful unified framework for robot simulation and training powered by [SAPIEN](https://sapien.ucsd.edu/), with a strong focus on manipulation skills. The entire tech 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 30,000+ FPS with a 4090 GPU, 10-1000x faster compared to most other simulators.
Expand Down

0 comments on commit 79be0d6

Please sign in to comment.