Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldosvieira committed Oct 1, 2020
1 parent 82f18a3 commit cb2aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='gym_locm',
version='0.0.1',
version='1.0.0',
install_requires=['gym', 'numpy', 'prettytable', 'pexpect', 'sty'],
extras_require={
'experiments': ['numpy', 'scipy', 'stable_baselines', 'hyperopt',
Expand Down

0 comments on commit cb2aaf7

Please sign in to comment.