Skip to content

Commit

Permalink
Change version to 1.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536362505
Change-Id: Ic04661f9753dff7f2d91cf1e7a2c30aef98a0cec
  • Loading branch information
lanctot committed May 30, 2023
1 parent aa23530 commit d615bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def _check_build_environment(self):
except OSError as e:
ext_names = ", ".join(e.name for e in self.extensions)
raise RuntimeError(
f"CMake must be installed to build the following extensions: {ext_names}"
) from e
"CMake must be installed to build" +
f"the following extensions: {ext_names}") from e
print("Found CMake")

cxx = "clang++"
Expand Down Expand Up @@ -129,7 +129,7 @@ def _parse_line(s):

setuptools.setup(
name="open_spiel",
version="1.2",
version="1.3",
license="Apache 2.0",
author="The OpenSpiel authors",
author_email="[email protected]",
Expand Down

0 comments on commit d615bed

Please sign in to comment.