Skip to content

Commit 73271ad

Browse files
committed
Better version number
1 parent cfe5bc4 commit 73271ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/animal_well/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnimalWellWorld(World):
7777
"""
7878
game = "ANIMAL WELL"
7979
web = AnimalWellWeb()
80-
version_string: str = "v0.6.0"
80+
version_string: str = "v0.5.3"
8181

8282
options: AnimalWellOptions
8383
options_dataclass = AnimalWellOptions

0 commit comments

Comments
 (0)