From 9358ccb53466594d8005c51e95234b3c5f352575 Mon Sep 17 00:00:00 2001 From: stone_tao Date: Sun, 4 Dec 2022 17:21:55 -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 0faf42a1..834ea933 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name="luxai2022", - version="1.1.0", + version="1.1.1", author="Lux AI Challenge", description="The Lux AI Challenge Season 2", license="MIT",