Updated versions

This commit is contained in:
Mark Qvist
2026-05-06 05:07:12 +02:00
parent 8cba30e6ff
commit 2fda909da7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
+1 -1
View File
@@ -31,6 +31,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=1.2.2", "lxmf>=0.9.6", "urwid>=2.6.16", "qrcode"],
install_requires=["rns>=1.2.3", "lxmf>=0.9.6", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.7",
)