Updated required LXMF to 0.9.1
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Mark Qvist 2025-11-03 22:31:34 +01:00
parent e6688b157e
commit eac9021c75
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"

View file

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