added the version number
This commit is contained in:
parent
307a436f4c
commit
f940255374
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue