mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-22 07:41:23 -04:00
Updated version and dependencies
This commit is contained in:
parent
51a4d19595
commit
5abf01a88f
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.3.1"
|
||||
__version__ = "0.3.2"
|
||||
|
|
4
setup.py
4
setup.py
|
@ -25,6 +25,6 @@ setuptools.setup(
|
|||
'lxmd=LXMF.Utilities.lxmd:main',
|
||||
]
|
||||
},
|
||||
install_requires=['rns>=0.4.9'],
|
||||
python_requires='>=3.6',
|
||||
install_requires=['rns>=0.5.5'],
|
||||
python_requires='>=3.7',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue