added the version number

This commit is contained in:
ftg 2024-04-12 07:19:37 +02:00
parent 307a436f4c
commit f940255374
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ exclude = ["venv"]
[project] [project]
name = "nodestack" name = "nodestack"
version = "0.0.1" version = "0.0.2"
authors = [ authors = [
{ name="fabthegreat", email="nodestack@lutix.org" }, { name="fabthegreat", email="nodestack@lutix.org" },
] ]
@ -23,3 +23,4 @@ classifiers = [
[project.urls] [project.urls]
Homepage = "https://gitea.lutix.org/ftg/nodestack" Homepage = "https://gitea.lutix.org/ftg/nodestack"
Issues = "https://gitea.lutix.org/ftg/nodestack/issues" Issues = "https://gitea.lutix.org/ftg/nodestack/issues"
Documentation = "https://nodestack.lutix.org"