Updated versions

This commit is contained in:
Mark Qvist 2024-12-09 22:11:49 +01:00
parent c2fc7039fd
commit 11fd305959
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.5.5"

View File

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