From a957b5891420c0225d0471f26acd8132b802a05b Mon Sep 17 00:00:00 2001 From: tewalds Date: Tue, 24 Sep 2019 19:34:07 +0100 Subject: [PATCH] Bump the version to 3.0.0 for a public release. PiperOrigin-RevId: 270950278 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e747f4a6e..2cadd12a2 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name='PySC2', - version='2.0.2', + version='3.0.0', description='Starcraft II environment and library for training agents.', long_description=description, author='DeepMind',