Skip to content

Commit

Permalink
bump version to 2.1.1 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Feb 27, 2023
1 parent 9677ebc commit 34bfa2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions minigrid/__init__.py
Expand Up @@ -6,6 +6,8 @@
from minigrid.core import roomgrid
from minigrid.core.world_object import Wall

__version__ = "2.1.0"


def register_minigrid_envs():
# BlockedUnlockPickup
Expand Down Expand Up @@ -1071,6 +1073,3 @@ def register_minigrid_envs():
id="BabyAI-BossLevelNoUnlock-v0",
entry_point="minigrid.envs.babyai:BossLevelNoUnlock",
)


__version__ = "2.1.0"

0 comments on commit 34bfa2a

Please sign in to comment.