mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
Version and dependency update
This commit is contained in:
parent
ce91cab7ef
commit
a26dfe3b7b
@ -1 +1 @@
|
|||||||
__version__ = "0.1.8"
|
__version__ = "0.1.9"
|
2
setup.py
2
setup.py
@ -20,6 +20,6 @@ setuptools.setup(
|
|||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
install_requires=['rns>=0.3.12'],
|
install_requires=['rns>=0.3.13'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user