From cdb5dcc0137811377809237a36a5f64659b2ec6b Mon Sep 17 00:00:00 2001 From: stone_tao Date: Sat, 5 Nov 2022 17:54:58 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 573bb90b..30778245 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name="luxai2022", - version="1.0.4", + version="1.0.5", author="Lux AI Challenge", description="The Lux AI Challenge Season 2", license="MIT",