mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-28 09:34:20 -04:00
Updated versions
This commit is contained in:
parent
ac2c9c3a9b
commit
0e0d01a0b2
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.5.3"
|
__version__ = "0.5.4"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,6 +25,6 @@ setuptools.setup(
|
||||||
'lxmd=LXMF.Utilities.lxmd:main',
|
'lxmd=LXMF.Utilities.lxmd:main',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=['rns>=0.7.8'],
|
install_requires=['rns>=0.8.1'],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue