File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " sw360"
6- version = " 1.10.1 "
6+ version = " 1.11.0 "
77description = " Python interface to the SW360 software component catalogue"
88authors = [" Thomas Graf <thomas.graf@siemens.com>" ,
99" Gernot Hillier <gernot.hillier@siemens.com>" ]
Original file line number Diff line number Diff line change 11# -------------------------------------------------------------------------------
2- # Copyright (c) 2019-2025 Siemens
2+ # Copyright (c) 2019-2026 Siemens
33# All Rights Reserved.
44# Author: thomas.graf@siemens.com
55#
66# Licensed under the MIT license.
77# SPDX-License-Identifier: MIT
88# -------------------------------------------------------------------------------
99
10- __version__ = (1 , 10 , 1 )
10+ __version__ = (1 , 11 , 0 )
1111
1212from .sw360_api import SW360
1313from .sw360error import SW360Error
You can’t perform that action at this time.
0 commit comments