Wai-annotations-yolo

Latest version: v1.0.0

Safety actively analyzes 626157 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

------------------

- Initial release.


Pypi
====

Preparation:
* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* update plugin section in `README.md`
* commit/push all changes

Commands for releasing on pypi-waikato (requires twine >= 1.8.0):


rm -r dist src/wai.annotations.yolo.egg-info
python setup.py clean sdist
twine upload dist/*



Github
======

Steps:
* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `wai.annotations.yolo-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.