Updated versions

master 0.5.3
Mark Qvist 2024-09-17 14:53:15 +02:00
parent 112a45f270
commit 0df8b56d58
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

View File

@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.7.7", "lxmf>=0.5.1", "urwid>=2.4.4", "qrcode"],
install_requires=["rns>=0.7.8", "lxmf>=0.5.2", "urwid>=2.4.4", "qrcode"],
python_requires=">=3.6",
)