Skip to content

Commit

Permalink
Bump pip version to 1.1.6 (nutonomy#634)
Browse files Browse the repository at this point in the history
* Bump pip version to 1.1.6

* Update pip version in main readme
  • Loading branch information
whyekit-motional authored Aug 5, 2021
1 parent c44366d commit cbca1b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cbca1b8

Please sign in to comment.