Skip to content

Commit

Permalink
dump a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Jul 24, 2024
1 parent 7bc6f77 commit 390b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgx/kuhn_poker.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def id(self) -> core.EnvId:

@property
def version(self) -> str:
return "v0"
return "v1"

@property
def num_players(self) -> int:
Expand Down

0 comments on commit 390b873

Please sign in to comment.