1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-04 02:36:07 +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__)"