summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-02 15:19:51 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-02 15:19:51 +0200
commitec7aa1dc3a3f6cbd6b551b24a0714ce6d7b8bc7d (patch)
tree3420921383ad8ad4e13d915fc7bdbd4fb649d603
parent1913d89e788996d973f7da3b8290729a0b7b6d0e (diff)
add version information
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cedae45..2ef6500 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
[project]
name = "learn_python"
+version = "0.0.1"
[build-system]
requires = ["hatchling"]