Skip to content

Commit c122f16

Browse files
committed
Ready for release
1 parent e82e025 commit c122f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phynix_gym/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from gym.envs.registration import register
22

3-
__version__ = "0.0.2"
3+
__version__ = "0.0.3"
44
__author__ = "Jonas Eschle 'Mayou36'"
55
__email__ = "[email protected]"
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
url="https://github.com/Phynix/phynix_gym",
55
author="Jonas Eschle 'Mayou36'",
66
author_email="[email protected]",
7-
version='0.0.2',
7+
version='0.0.3',
88
install_requires=['gym', 'numpy', 'tensorflow'],
99
classifiers=[
1010
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)