Skip to content

Commit

Permalink
feat: release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Dec 25, 2023
1 parent 12a06c7 commit cfa7a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

__version__ = (2, 0)
__version__ = (2, 0, 0)

# isort: skip_file
from .cli_copyright import CliCopyright
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cli_support"
version = "2.0.pre1"
version = "2.0.0"
description = "Support component license information (CLI) files"
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
license = "MIT"
Expand Down

0 comments on commit cfa7a26

Please sign in to comment.