Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Dec 24, 2023
1 parent 9e47ba2 commit c5d82be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robopianist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from pathlib import Path

__version__ = "1.0.9"
__version__ = "1.0.10"

# Path to the root of the project.
_PROJECT_ROOT = Path(__file__).parent.parent
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
readme = f.read()

core_requirements = [
"dm_control>=1.0.15",
"dm_control>=1.0.16",
"dm_env_wrappers>=0.0.11",
"mujoco>=3.0.1",
"mujoco>=3.1.1",
"mujoco_utils>=0.0.6",
"note_seq>=0.0.5",
"pretty_midi>=0.2.10",
Expand Down

0 comments on commit c5d82be

Please sign in to comment.