1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-14 08:27:25 +02:00
ultrajson/RELEASING.md
2021-09-22 14:36:25 +03:00

1.1 KiB

Release Checklist

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