Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 885 Bytes

RELEASING.md

File metadata and controls

24 lines (17 loc) · 885 Bytes

Release Checklist

pip3 uninstall -y ujson && pip3 install -U ujson
python3 -c "import ujson; print(ujson.__version__)"