diff --git a/cmdy/__init__.py b/cmdy/__init__.py index 605113f..f3f0ffb 100644 --- a/cmdy/__init__.py +++ b/cmdy/__init__.py @@ -2,6 +2,6 @@ from .cmdy_bakeable import Bakeable -__version__ = "0.5.4" +__version__ = "0.5.5" sys.modules[__name__] = Bakeable() # type: ignore diff --git a/pyproject.toml b/pyproject.toml index 6ce71be..1128587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "cmdy" -version = "0.5.4" +version = "0.5.5" description = "Shell language to run command in python" authors = [ "pwwang ",] license = "MIT"