From 574744a5a983d227f2626c3ab487705148e4cbaf Mon Sep 17 00:00:00 2001 From: vatsan Date: Wed, 13 Jul 2022 12:48:58 +0100 Subject: [PATCH] Update pysc2 version to 4.0.0 PiperOrigin-RevId: 460683030 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06bd6a37..83282dd6 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def initialize_options(self): setup( name='PySC2', - version='3.0.0', + version='4.0.0', description='Starcraft II environment and library for training agents.', long_description=description, author='DeepMind',