Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo authored Jun 20, 2022
1 parent 514e6ef commit 59b708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup_args = generate_distutils_setup(
packages=['dodo_detector_ros'],
package_dir={'': 'src'},
dependency_links = ['https://github.com/douglasrizzo/dodo_detector@0.8']
dependency_links = ['https://github.com/douglasrizzo/dodo_detector@0.9']
)

setup(**setup_args)

0 comments on commit 59b708f

Please sign in to comment.