From 63cff7ee697c9d5fb96da3c8c16f7c9bc7b34e58 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 2 Feb 2024 14:38:33 +0100 Subject: [PATCH] docs Signed-off-by: Jan Kowalleck --- cyclonedx/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index 96a427b5..2c452dff 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -15,10 +15,9 @@ """ -Python library for generating and representing CycloneDX software bill-of-materials. +Python library for CycloneDX """ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable -# flake8: noqa -__version__ = "6.4.1" +__version__ = "6.4.1" # noqa:Q000