Update package version and RNS dependency range.

This commit is contained in:
Sudo-Ivan
2025-07-14 16:38:01 -05:00
parent 698bfb2e81
commit a493c57ad2

View File

@@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
setup(
name='rns-page-node',
version='0.1.2',
version='0.2.0',
author='Sudo-Ivan',
author_email='',
description='A simple way to serve pages and files over the Reticulum network.',
@@ -16,7 +16,7 @@ setup(
license="GPL-3.0",
python_requires='>=3.10',
install_requires=[
'rns>=0.9.6,<0.10.0',
'rns>=1.0.0,<1.5.0',
],
entry_points={
'console_scripts': [