Bump package version to 1.0.0.

This commit is contained in:
Sudo-Ivan
2025-07-14 17:31:45 -05:00
parent f40d5a51ae
commit eb27326763
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = [

View File

@@ -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.",