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", )