We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe5bc4 commit 73271adCopy full SHA for 73271ad
worlds/animal_well/__init__.py
@@ -77,7 +77,7 @@ class AnimalWellWorld(World):
77
"""
78
game = "ANIMAL WELL"
79
web = AnimalWellWeb()
80
- version_string: str = "v0.6.0"
+ version_string: str = "v0.5.3"
81
82
options: AnimalWellOptions
83
options_dataclass = AnimalWellOptions
0 commit comments