Updated versions

master 1.1.0
Mark Qvist 2026-07-20 18:49:54 +02:00
parent 7bb4bcfbc8
commit 795fdaa2b0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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