Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

RELEASING.md

File metadata and controls

26 lines (19 loc) · 1.06 KB

Release Checklist

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