From 1c122bf69f868019fcf0f2dae2343d618e32294b Mon Sep 17 00:00:00 2001 From: th3r00t Date: Thu, 2 Nov 2023 22:59:15 -0400 Subject: [PATCH] Hatch specific file. --- src/__about__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/__about__.py diff --git a/src/__about__.py b/src/__about__.py new file mode 100644 index 0000000..2615afb --- /dev/null +++ b/src/__about__.py @@ -0,0 +1,4 @@ +# SPDX-FileCopyrightText: 2023-present th3r00t +# +# SPDX-License-Identifier: CC-BY-NC-ND-4.0 +__version__ = "0.0.1"