Updated versions

pull/56/head
Mark Qvist 2024-03-01 17:55:19 +01:00
parent bcca6be487
commit 026ff7b5c7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"

View File

@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.7.0", "lxmf>=0.3.9", "urwid>=2.4.2,!=2.4.3", "qrcode"],
install_requires=["rns>=0.7.2", "lxmf>=0.4.0", "urwid>=2.4.2,!=2.4.3", "qrcode"],
python_requires=">=3.6",
)