From 0210bc16b5acadbdd0e4e038427dd409096fe213 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Wed, 11 Jan 2017 17:48:52 -0800 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d21817b..17cd28fd 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='universe', - version='0.21.1', + version='0.21.2', description="Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.", url='https://github.com/openai/universe', author='OpenAI',