Skip to content

Commit cfa7a26

Browse files
committed
feat: release version 2.0.0
1 parent 12a06c7 commit cfa7a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli_support/__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__ = (2, 0)
10+
__version__ = (2, 0, 0)
1111

1212
# isort: skip_file
1313
from .cli_copyright import CliCopyright

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cli_support"
3-
version = "2.0.pre1"
3+
version = "2.0.0"
44
description = "Support component license information (CLI) files"
55
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)