1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-25 06:35:00 +02:00
ultrajson/RELEASING.md
2022-06-18 18:14:41 +01:00

885 B

Release Checklist

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