Search code examples
pythondjangopypi

Accidentally bad versioned package


I released a package for django to pypi, it was my first time and i think there was a mistake.

I started my package from 1.0.0, but it should be 0.1 on first release (http://semver.org/)

Can i undo my upload to pypi and redo it as version 0.1?


Solution

  • Yes, you can log in on pypi and simply delete the uploaded package.