Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhou-wang committed Mar 15, 2022
1 parent 4f2843c commit 44fd61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def make_cuda_ext(name, module, sources):
if __name__ == '__main__':
setup(
name='rodnet',
version='1.2',
version='1.3',
description='RODNet: Object Detection from Radar Data',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion setup_wo_tdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def make_cuda_ext(name, module, sources):
if __name__ == '__main__':
setup(
name='rodnet',
version='1.2',
version='1.3',
description='RODNet: Object Detection from Radar Data',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 44fd61f

Please sign in to comment.