Skip to content

Commit 34bfa2a

Browse files
bump version to 2.1.1 (#314)
1 parent 9677ebc commit 34bfa2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

minigrid/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from minigrid.core import roomgrid
77
from minigrid.core.world_object import Wall
88

9+
__version__ = "2.1.0"
10+
911

1012
def register_minigrid_envs():
1113
# BlockedUnlockPickup
@@ -1071,6 +1073,3 @@ def register_minigrid_envs():
10711073
id="BabyAI-BossLevelNoUnlock-v0",
10721074
entry_point="minigrid.envs.babyai:BossLevelNoUnlock",
10731075
)
1074-
1075-
1076-
__version__ = "2.1.0"

0 commit comments

Comments
 (0)