diff --git a/README.md b/README.md index a2d6f77e..2710f336 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Welcome to the devkit of the [nuScenes](https://www.nuscenes.org/nuscenes) and [ - [Citation](#citation) ## Changelog +- Nov. 9, 2020: Devkit v1.1.1: Lidarseg evaluation code, NeurIPS challenge announcement. - Aug. 31, 2020: Devkit v1.1.0: nuImages v1.0 and nuScenes-lidarseg v1.0 code release. - Jul. 7, 2020: Devkit v1.0.9: Misc updates on map and prediction code. - Apr. 30, 2020: nuImages v0.1 code release. diff --git a/setup/setup.py b/setup/setup.py index 184ee095..65c9afdf 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -37,10 +37,10 @@ def get_dirlist(_rootdir): setuptools.setup( name='nuscenes-devkit', - version='1.1.0', + version='1.1.1', 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@nutonomy.com', + author_email='nuscenes@motional.com', description='The official devkit of the nuScenes dataset (www.nuscenes.org).', long_description=long_description, long_description_content_type='text/markdown',