diff --git a/pyproject.toml b/pyproject.toml index 994567f..a2188af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rns-page-node" -version = "0.2.0" +version = "1.0.0" license = "GPL-3.0-only" description = "A simple way to serve pages and files over the Reticulum network." authors = [ diff --git a/setup.py b/setup.py index e12908b..5e0b2af 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as fh: setup( name="rns-page-node", - version="0.2.0", + version="1.0.0", author="Sudo-Ivan", author_email="", description="A simple way to serve pages and files over the Reticulum network.",