Updated version

master 1.0.1
Mark Qvist 2026-06-01 00:03:39 +02:00
parent 20864133a3
commit 9a309cb95f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ setuptools.setup(
'lxmd=LXMF.Utilities.lxmd:main',
]
},
install_requires=["rns>=1.3.4"],
install_requires=["rns>=1.3.5"],
python_requires=">=3.7",
)