From d6601adb38bef722db11be1a89edd57cd0651ba8 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Wed, 28 May 2025 16:28:12 -0500 Subject: [PATCH] bump to 0.1.2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f4b396..e272b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rns-page-node" -version = "0.1.0" +version = "0.1.2" license = {file = "LICENSE"} description = "A simple way to serve pages and files over the Reticulum network." authors = [ diff --git a/setup.py b/setup.py index 1e2deb2..204bee4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as fh: setup( name='rns-page-node', - version='0.1.0', + version='0.1.2', author='Sudo-Ivan', author_email='', description='A simple way to serve pages and files over the Reticulum network.',