Skip to content

Commit cbd5cae

Browse files
committed
Fixed an issue in the documentation
1 parent 042cde0 commit cbd5cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A client can communicate with Gymie via JSON, with the following format:
124124
// Response:
125125
true
126126
```
127-
- <a name="observation_space">`observation_space`<a>: Generates a dictionary with observation space info.
127+
- <a name="observation_space">`observation_space`</a>: Generates a dictionary with observation space info.
128128
```js
129129
// Params:
130130
{

gymie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from gymie.api import override
33
from gymie.exceptions import *
44

5-
__version__ = '0.4.1'
5+
__version__ = '0.4.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="gymie",
8-
version="0.4.1",
8+
version="0.4.2",
99
author="Francisco Ramos",
1010
author_email="francisco.ramos@researchlab.ai",
1111
description="WebSocket server that exposes an API to train AI agents on OpenAI Gym and gym-api-like Environments",

0 commit comments

Comments
 (0)