From 12cfcd67a05dca8b48aa31495e0ac531ca0e1257 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Sun, 5 Mar 2017 14:18:37 -0800 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1b7739d..327f3bee 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='universe', - version='0.21.2', + version='0.21.3', 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',