From ea4f9c51ee9c8299cf275ac8633c45b4b4c5c9a1 Mon Sep 17 00:00:00 2001 From: lanctot Date: Sat, 28 May 2022 08:39:39 -0230 Subject: [PATCH] Upgrade version to 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f3c008be0..fe67ae7a41 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ def _parse_line(s): setuptools.setup( name="open_spiel", - version="1.1.0", + version="1.1.1", license="Apache 2.0", author="The OpenSpiel authors", author_email="open_spiel@google.com",