From 2bca7901f51c88cdef3ca0666c6a87c454a4dbe8 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Mon, 24 Jun 2019 19:19:01 +0200 Subject: [PATCH] Updating the version to 0.1.6 (#933) Updating the version in setup.py to avoid conflict with the old (>1 year old) version in pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 448c875..e48f269 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup(name='baselines', author='OpenAI', url='https://github.com/openai/baselines', author_email='gym@openai.com', - version='0.1.5') + version='0.1.6') # ensure there is some tensorflow build with version above 1.4