We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74a3e8 commit 7fcb1d6Copy full SHA for 7fcb1d6
gymie/__init__.py
@@ -2,4 +2,4 @@
2
from gymie.api import override
3
from gymie.exceptions import *
4
5
-__version__ = '0.3.0'
+__version__ = '0.4.0'
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="gymie",
8
- version="0.3.0",
+ version="0.4.0",
9
author="Francisco Ramos",
10
author_email="francisco.ramos@researchlab.ai",
11
description="WebSocket server that exposes an API to train AI agents on OpenAI Gym and gym-api-like Environments",
0 commit comments