We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fb442 commit 3cadb05Copy full SHA for 3cadb05
3 files changed
SBOM/sbom.cdx.json
183 KB
pyproject.toml
@@ -3,7 +3,7 @@
3
4
[tool.poetry]
5
name = "sw360"
6
-version = "1.10.0"
+version = "1.10.1"
7
description = "Python interface to the SW360 software component catalogue"
8
authors = ["Thomas Graf <thomas.graf@siemens.com>",
9
"Gernot Hillier <gernot.hillier@siemens.com>"]
sw360/__init__.py
@@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------
10
-__version__ = (1, 10, 0)
+__version__ = (1, 10, 1)
11
12
from .sw360_api import SW360
13
from .sw360error import SW360Error
0 commit comments