From 6e57536650ce47f2da2f22a8585f1dfd88c91ab9 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 23 Nov 2025 10:58:55 -0600 Subject: [PATCH] Update project version to 1.3.0 and dependencies to rns 1.0.4 in pyproject.toml and requirements.txt --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7004424..fce4bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rns-page-node" -version = "1.2.0" +version = "1.3.0" license = "GPL-3.0-only" description = "A simple way to serve pages and files over the Reticulum network." authors = [ @@ -9,7 +9,7 @@ authors = [ readme = "README.md" requires-python = ">=3.9" dependencies = [ - "rns (>=1.0.2,<1.5.0)" + "rns (>=1.0.4,<1.5.0)" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 91201b6..26ecaf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -rns=1.0.2 \ No newline at end of file +rns=1.0.4 \ No newline at end of file