Skip to content

Commit 3cadb05

Browse files
committed
feat: release version 1.10.1
1 parent 58fb442 commit 3cadb05

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

SBOM/sbom.cdx.json

183 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.10.0"
6+
version = "1.10.1"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <[email protected]>",
99
"Gernot Hillier <[email protected]>"]

sw360/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

10-
__version__ = (1, 10, 0)
10+
__version__ = (1, 10, 1)
1111

1212
from .sw360_api import SW360
1313
from .sw360error import SW360Error

0 commit comments

Comments
 (0)