bump to 0.1.2

This commit is contained in:
Sudo-Ivan
2025-05-28 16:28:12 -05:00
parent 98c71a888e
commit d6601adb38
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "rns-page-node" name = "rns-page-node"
version = "0.1.0" version = "0.1.2"
license = {file = "LICENSE"} license = {file = "LICENSE"}
description = "A simple way to serve pages and files over the Reticulum network." description = "A simple way to serve pages and files over the Reticulum network."
authors = [ authors = [

View File

@@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
setup( setup(
name='rns-page-node', name='rns-page-node',
version='0.1.0', version='0.1.2',
author='Sudo-Ivan', author='Sudo-Ivan',
author_email='', author_email='',
description='A simple way to serve pages and files over the Reticulum network.', description='A simple way to serve pages and files over the Reticulum network.',