mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-26 00:25:30 -04:00
Updated version and RNS dependency version
This commit is contained in:
parent
416ccf294f
commit
5b9f121593
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.7.1"
|
__version__ = "0.8.0"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -26,6 +26,6 @@ setuptools.setup(
|
||||||
'lxmd=LXMF.Utilities.lxmd:main',
|
'lxmd=LXMF.Utilities.lxmd:main',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=["rns>=0.9.5"],
|
install_requires=["rns>=1.0.0"],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue