From 6b49114f97ca74fd3ac8806eab89a148b53c82a3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 22 Apr 2026 13:40:55 +0200 Subject: [PATCH] Updated versions --- nomadnet/_version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nomadnet/_version.py b/nomadnet/_version.py index c0984d5..43e38a8 100644 --- a/nomadnet/_version.py +++ b/nomadnet/_version.py @@ -1 +1 @@ -__version__ = "0.9.10" +__version__ = "0.9.11" diff --git a/setup.py b/setup.py index a3d22ed..ed7c9cd 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ setuptools.setup( entry_points= { 'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] }, - install_requires=["rns>=1.1.8", "lxmf>=0.9.5", "urwid>=2.6.16", "qrcode"], + install_requires=["rns>=1.1.9", "lxmf>=0.9.6", "urwid>=2.6.16", "qrcode"], python_requires=">=3.7", )