diff --git a/cli_support/__init__.py b/cli_support/__init__.py index 06cfc0e..c535a95 100644 --- a/cli_support/__init__.py +++ b/cli_support/__init__.py @@ -7,7 +7,7 @@ # SPDX-License-Identifier: MIT # ------------------------------------------------------------------------------- -__version__ = (2, 0) +__version__ = (2, 0, 0) # isort: skip_file from .cli_copyright import CliCopyright diff --git a/pyproject.toml b/pyproject.toml index c7927fa..796ed00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"