Updated versions

This commit is contained in:
Mark Qvist
2026-01-04 01:05:29 +01:00
parent 29b6255746
commit 70baa59ac2
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.9.6"
__version__ = "0.9.7"

View File

@@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=1.0.4", "lxmf>=0.9.3", "urwid>=2.6.16", "qrcode"],
install_requires=["rns>=1.1.0", "lxmf>=0.9.4", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.7",
)