Skip to content

Commit 63cff7e

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b0e5b43 commit 63cff7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cyclonedx/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515

1616

1717
"""
18-
Python library for generating and representing CycloneDX software bill-of-materials.
18+
Python library for CycloneDX
1919
"""
2020

2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
23-
# flake8: noqa
24-
__version__ = "6.4.1"
23+
__version__ = "6.4.1" # noqa:Q000

0 commit comments

Comments
 (0)