Skip to content

Commit 14479c0

Browse files
committed
updated version
1 parent 287bfdb commit 14479c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/codeaudit/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# SPDX-FileCopyrightText: 2025-present Maikel Mardjan - https://nocomplexity.com/
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
4-
from .__about__ import __version__
4+
from importlib.metadata import version
5+
6+
__version__ = version('codeaudit')

0 commit comments

Comments
 (0)