Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 215 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 215 Bytes

To release a new version of K3D on PyPI:

Update _version.py (set release version, remove 'dev') git add and git commit python setup.py sdist upload python setup.py bdist_wheel upload cd js grunt build npm publish