Bump package version to 1.0.0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "rns-page-node"
|
name = "rns-page-node"
|
||||||
version = "0.2.0"
|
version = "1.0.0"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
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", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="rns-page-node",
|
name="rns-page-node",
|
||||||
version="0.2.0",
|
version="1.0.0",
|
||||||
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