Skip to content

Commit bd2e52a

Browse files
Update version
1 parent c5f9ab1 commit bd2e52a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

shimmy/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"""API for converting popular non-gymnasium environments to a gymnasium compatible environment."""
22

3+
__version__ = "0.1.0"
4+
5+
36
try:
47
from shimmy.dm_control_compatibility import (
58
DmControlCompatibility as DmControlCompatibilityV0,
@@ -11,6 +14,3 @@
1114
from shimmy.openspiel_wrapper import OpenspielWrapper as OpenspielWrapperV0
1215
except ImportError:
1316
pass
14-
15-
16-
__version__ = "0.0.1a"

0 commit comments

Comments
 (0)