From cbca1b882aa4fbaf8714ea0d0897457e60a5caae Mon Sep 17 00:00:00 2001 From: whyekit-motional <62535720+whyekit-motional@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:25:57 +0800 Subject: [PATCH] Bump pip version to 1.1.6 (#634) * Bump pip version to 1.1.6 * Update pip version in main readme --- README.md | 2 +- setup/setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4b39421..08874351 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Welcome to the devkit of the [nuScenes](https://www.nuscenes.org/nuscenes) and [ - [Citation](#citation) ## Changelog -- Jul. 29, 2020: Devkit v1.2.0: nuScenes-panoptic v1.0 code, NeurIPS challenge announcement. +- Jul. 29, 2020: Devkit v1.1.6: nuScenes-panoptic v1.0 code, NeurIPS challenge announcement. - Apr. 5, 2021: Devkit v1.1.3: Bug fixes and pip requirements. - Nov. 23, 2020: Devkit v1.1.2: Release map-expansion v1.3 with lidar basemap. - Nov. 9, 2020: Devkit v1.1.1: Lidarseg evaluation code, NeurIPS challenge announcement. diff --git a/setup/setup.py b/setup/setup.py index 0c8786df..069543ea 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -39,9 +39,10 @@ def get_dirlist(_rootdir): setuptools.setup( name='nuscenes-devkit', - version='1.1.5', + version='1.1.6', 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.', + 'Sergi Widjaja, Kiwoo Shin, Caglayan Dicle, Freddy Boulton, Whye Kit Fong, Asha Asvathaman, Lubing Zhou ' + 'et al.', author_email='nuscenes@motional.com', description='The official devkit of the nuScenes dataset (www.nuscenes.org).', long_description=long_description,