Updated versions

This commit is contained in:
Mark Qvist
2026-05-17 01:11:15 +02:00
parent 5c9a5cd478
commit 0f0090d69c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.0.4"
__version__ = "1.1.0"
+1 -1
View File
@@ -31,6 +31,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=1.2.5", "lxmf>=0.9.7", "urwid>=2.6.16", "qrcode"],
install_requires=["rns>=1.2.7", "lxmf>=0.9.8", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.8",
)