From cb2aaf79128608f77907967a05996be305e74a65 Mon Sep 17 00:00:00 2001 From: Ronaldo Vieira Date: Thu, 1 Oct 2020 10:08:20 -0300 Subject: [PATCH] Bump version to 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c3b55a..2068726 100644 --- a/setup.py +++ b/setup.py @@ -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',