1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-06-18 17:49:05 +02:00
ultrajson/RELEASING.md

1.1 KiB

Release Checklist

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