diff --git a/nomadnet/_version.py b/nomadnet/_version.py index 88081a7..c0984d5 100644 --- a/nomadnet/_version.py +++ b/nomadnet/_version.py @@ -1 +1 @@ -__version__ = "0.9.9" +__version__ = "0.9.10" diff --git a/setup.py b/setup.py index 898c0a3..43de775 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.3", "lxmf>=0.9.4", "urwid>=2.6.16", "qrcode"], + install_requires=["rns>=1.1.7", "lxmf>=0.9.5", "urwid>=2.6.16", "qrcode"], python_requires=">=3.7", )