diff --git a/nomadnet/_version.py b/nomadnet/_version.py index 9cb17e7..c11f861 100644 --- a/nomadnet/_version.py +++ b/nomadnet/_version.py @@ -1 +1 @@ -__version__ = "0.1.8" +__version__ = "0.1.9" diff --git a/setup.py b/setup.py index 0509e47..6d4bfdc 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setuptools.setup( entry_points= { 'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] }, - install_requires=['rns>=0.3.6', 'lxmf>=0.1.6', 'urwid>=2.1.2'], + install_requires=['rns>=0.3.8', 'lxmf>=0.1.7', 'urwid>=2.1.2'], python_requires='>=3.6', )