From 57889ff20678577025326cfc24e57424a829be0a Mon Sep 17 00:00:00 2001 From: Holger Caesar <39502217+holger-motional@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:43:32 +0800 Subject: [PATCH] Bump pip version to 1.1.5 (#590) Co-authored-by: Holger Caesar --- setup/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.py b/setup/setup.py index 21a76e5e..0c8786df 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -39,7 +39,7 @@ def get_dirlist(_rootdir): setuptools.setup( name='nuscenes-devkit', - version='1.1.4', + version='1.1.5', author='Holger Caesar, Oscar Beijbom, Qiang Xu, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, ' 'Sergi Widjaja, Kiwoo Shin, Caglayan Dicle, Freddy Boulton, Whye Kit Fong, Asha Asvathaman et al.', author_email='nuscenes@motional.com',