We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db25f65 commit 5049a83Copy full SHA for 5049a83
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@
3
4
[tool.poetry]
5
name = "sw360"
6
-version = "1.11.0"
+version = "1.11.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, 11, 0)
+__version__ = (1, 11, 1)
11
12
from .sw360_api import SW360
13
from .sw360error import SW360Error
0 commit comments