Skip to content

Commit 2615cf5

Browse files
committed
Merge pull request #1429 from google-deepmind:lanctot_release_1_6_11
PiperOrigin-RevId: 852075427 Change-Id: I37ec977e37365fb7d2a35a5823787671c197b55b
2 parents 670b865 + b0608ad commit 2615cf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open_spiel/python/pybind11/pyspiel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#include "open_spiel/python/pybind11/games_universal_poker.h"
9292
#endif
9393

94-
#define PYSPIEL_VERSION "1.6.10"
94+
#define PYSPIEL_VERSION "1.6.11"
9595

9696
// Flags governing Open Spiel behaviour
9797
ABSL_FLAG(bool, log_exceptions_to_stderr, true,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _parse_line(s):
127127

128128
setuptools.setup(
129129
name="open_spiel",
130-
version="1.6.10",
130+
version="1.6.11",
131131
license="Apache 2.0",
132132
author="The OpenSpiel authors",
133133
author_email="open_spiel@google.com",

0 commit comments

Comments
 (0)