From 1844c65f81652dbac94019fb31d46519c16703fd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 25 Jun 2020 19:24:29 +0300 Subject: [PATCH] Check importable and version is updated --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)" ```