bump to 0.1.2
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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.',
|
||||||
|
|||||||
Reference in New Issue
Block a user