Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml #12740

Merged
merged 3 commits into from
Mar 10, 2024
Merged

Conversation

AbhishekSharma-17
Copy link
Contributor

@AbhishekSharma-17 AbhishekSharma-17 commented Feb 17, 2024

sio

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

YOLOv5 library bumped to version 6.1.0. πŸš€

πŸ“Š Key Changes

  • πŸ”’ Added a version key with the value 6.1.0 in the pyproject.toml file.

🎯 Purpose & Impact

  • πŸ‘οΈ Ensures that users can identify and use the specific version 6.1.0 of the YOLOv5 library.
  • πŸ”„ This version increment likely includes new features, bug fixes, or performance improvements which will enhance user experience and capabilities with the YOLOv5 detection system.

sio

Signed-off-by: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com>
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘‹ Hello @AbhishekSharma-17, thank you for submitting a YOLOv5 πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • βœ… Verify your PR is up-to-date with ultralytics/yolov5 master branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running git pull and git merge master locally.
  • βœ… Verify all YOLOv5 Continuous Integration (CI) checks are passing.
  • βœ… Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

@glenn-jocher
Copy link
Member

@AbhishekSharma-17 hi there,

Thank you for the PR and the effort to keep the YOLOv5 library up-to-date! πŸŽ‰

The addition of a version key to the pyproject.toml file is indeed important for version tracking and dependency management. It's great to see the library progressing to version 6.1.0, which will surely bring enhancements and new features to the community.

Before we can merge this, please ensure that all tests pass and that the version bump aligns with the updates and changes made in the codebase. Also, don't forget to update the corresponding documentation if necessary.

For any further details on contributing or the project structure, please refer to our documentation at https://docs.ultralytics.com/yolov5/.

Keep up the great work, and thanks for being a part of the YOLOv5 community! πŸ‘

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit a428ff7 into ultralytics:master Mar 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants