Update package version to 1.2.0 and dependencies to rns 1.0.1 in pyproject.toml, requirements.txt, and setup.py; adjust poetry.lock accordingly.

This commit is contained in:
2025-11-08 14:02:25 -06:00
parent 7c93fdb71d
commit fee1d2e2d6
4 changed files with 9 additions and 88 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as fh:
setup(
name="rns-page-node",
version="1.1.0",
version="1.2.0",
author="Sudo-Ivan",
author_email="",
description="A simple way to serve pages and files over the Reticulum network.",
@@ -16,7 +16,7 @@ setup(
license="GPL-3.0",
python_requires=">=3.9",
install_requires=[
"rns>=1.0.0,<1.5.0",
"rns>=1.0.1,<1.5.0",
],
entry_points={
"console_scripts": [