Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
RODNet
Commits
44fd61fa
Commit
44fd61fa
authored
Mar 15, 2022
by
Yizhou Wang
Browse files
update package version
parent
4f2843ce
Pipeline
#2951
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
setup_wo_tdc.py
setup_wo_tdc.py
+1
-1
No files found.
setup.py
View file @
44fd61fa
...
...
@@ -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'
,
...
...
setup_wo_tdc.py
View file @
44fd61fa
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment