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.',