We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a06c7 commit cfa7a26Copy full SHA for cfa7a26
cli_support/__init__.py
@@ -7,7 +7,7 @@
7
# SPDX-License-Identifier: MIT
8
# -------------------------------------------------------------------------------
9
10
-__version__ = (2, 0)
+__version__ = (2, 0, 0)
11
12
# isort: skip_file
13
from .cli_copyright import CliCopyright
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cli_support"
3
-version = "2.0.pre1"
+version = "2.0.0"
4
description = "Support component license information (CLI) files"
5
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
6
license = "MIT"
0 commit comments