Skip to content

Commit 7fcb1d6

Browse files
committed
Bumped version
1 parent f74a3e8 commit 7fcb1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0'
5+
__version__ = '0.4.0'

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.3.0",
8+
version="0.4.0",
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)