From 4d3f2d04be8283f358efea4f07aaa7be6edfba14 Mon Sep 17 00:00:00 2001 From: yassun4dev Date: Wed, 2 Aug 2023 23:15:56 +0900 Subject: [PATCH] v2.0.6 --- pyproject.toml | 2 +- samples/v1/output.bash | 2 +- samples/v1/output.zsh | 2 +- samples/v2/output.bash | 2 +- samples/v2/output.zsh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 758ebc7..026b0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmdcomp" -version = "2.0.5" +version = "2.0.6" description = "cmdcomp is a cli tool completion generator for shell." authors = ["Yasutanium "] readme = "README.md" diff --git a/samples/v1/output.bash b/samples/v1/output.bash index dbda359..f7479b0 100644 --- a/samples/v1/output.bash +++ b/samples/v1/output.bash @@ -1,6 +1,6 @@ #!/bin/bash # -# Code generated by cmdcomp "2.0.5". DO NOT EDIT. +# Code generated by cmdcomp "2.0.6". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v1/output.zsh b/samples/v1/output.zsh index e905fdf..3f61487 100644 --- a/samples/v1/output.zsh +++ b/samples/v1/output.zsh @@ -1,6 +1,6 @@ #!/bin/zsh # -# Code generated by cmdcomp "2.0.5". DO NOT EDIT. +# Code generated by cmdcomp "2.0.6". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v2/output.bash b/samples/v2/output.bash index eb421b8..8bcd5f0 100644 --- a/samples/v2/output.bash +++ b/samples/v2/output.bash @@ -1,6 +1,6 @@ #!/bin/bash # -# Code generated by cmdcomp "2.0.5". DO NOT EDIT. +# Code generated by cmdcomp "2.0.6". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . # diff --git a/samples/v2/output.zsh b/samples/v2/output.zsh index a74a7f1..e7bb3e9 100644 --- a/samples/v2/output.zsh +++ b/samples/v2/output.zsh @@ -1,6 +1,6 @@ #!/bin/zsh # -# Code generated by cmdcomp "2.0.5". DO NOT EDIT. +# Code generated by cmdcomp "2.0.6". DO NOT EDIT. # For more information about cmdcomp, please refer to https://github.com/yassun4dev/cmdcomp . #