Skip to content

Commit

Permalink
bump dodo_detector version with fixed version that correctly counts c…
Browse files Browse the repository at this point in the history
…lasses
  • Loading branch information
douglasrizzo committed Aug 9, 2022
1 parent ead4a42 commit 82921d3
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.2']
)

setup(**setup_args)

0 comments on commit 82921d3

Please sign in to comment.