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