Updated versions
This commit is contained in:
parent
8d95f63225
commit
4033b414a5
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.9.9"
|
__version__ = "0.9.10"
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -31,6 +31,6 @@ setuptools.setup(
|
||||||
entry_points= {
|
entry_points= {
|
||||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
'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",
|
python_requires=">=3.7",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue