diff --git a/nomadnet/_version.py b/nomadnet/_version.py index 221ce5d..c1336bd 100644 --- a/nomadnet/_version.py +++ b/nomadnet/_version.py @@ -1 +1 @@ -__version__ = "0.0.4" \ No newline at end of file +__version__ = "0.0.5" \ No newline at end of file diff --git a/setup.py b/setup.py index 7c3db33..60403ea 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.2.0', 'lxmf>=0.0.3', 'urwid>=2.1.2'], + install_requires=['rns>=0.2.1', 'lxmf>=0.0.6', 'urwid>=2.1.2'], python_requires='>=3.5', ) \ No newline at end of file