Updated versions

pull/46/head
Mark Qvist 2024-01-14 01:08:10 +01:00
parent 407cc8fb5f
commit 691f4df098
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.4.4"
__version__ = "0.4.5"

View File

@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.6.4", "lxmf>=0.3.8", "urwid==2.1.2", "qrcode"],
install_requires=["rns>=0.7.0", "lxmf>=0.3.8", "urwid==2.1.2", "qrcode"],
python_requires=">=3.6",
)