From f940255374dc5bd1dce5bfe59518c24649018b80 Mon Sep 17 00:00:00 2001 From: ftg Date: Fri, 12 Apr 2024 07:19:37 +0200 Subject: [PATCH] added the version number --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c782bc..ee13527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ exclude = ["venv"] [project] name = "nodestack" -version = "0.0.1" +version = "0.0.2" authors = [ { name="fabthegreat", email="nodestack@lutix.org" }, ] @@ -23,3 +23,4 @@ classifiers = [ [project.urls] Homepage = "https://gitea.lutix.org/ftg/nodestack" Issues = "https://gitea.lutix.org/ftg/nodestack/issues" +Documentation = "https://nodestack.lutix.org"