Updated package versions

This commit is contained in:
Mark Qvist 2023-08-15 14:49:00 +02:00
parent 80fe632116
commit 307c883a8c
2 changed files with 4 additions and 6 deletions

View file

@ -4,9 +4,9 @@ import sys
import shutil
packages = {
"rns": "rns-0.5.6-py3-none-any.whl",
"nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
"lxmf": "lxmf-0.3.1-py3-none-any.whl",
"rns": "rns-0.5.7-py3-none-any.whl",
"nomadnet": "nomadnet-0.3.6-py3-none-any.whl",
"lxmf": "lxmf-0.3.2-py3-none-any.whl",
"rnsh": "rnsh-0.1.1-py3-none-any.whl",
}