diff --git a/RELEASING.md b/RELEASING.md index 6842e8f..4224482 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -19,5 +19,5 @@ * [ ] Check installation: ```bash -pip3 uninstall -y pylast && pip3 install -U pylast +pip3 uninstall -y pylast && pip3 install -U pylast && python3 -c "import pylast; print(pylast.__version__)" ```