8 / 10

Updating the PackageURL copied

  1. Update version in:

    • pyproject.toml
    • settings.ini
    • vyasa/__init__.py
  2. Update CHANGELOG.md

  3. Rebuild and republish:

Copied
rm -rf dist/ build/ *.egg-info
python -m build
python -m twine upload dist/*