Skip to content

Commit

Permalink
🔖 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 27, 2023
1 parent e1d8cbd commit ddd6c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmdy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .cmdy_bakeable import Bakeable

__version__ = "0.5.4"
__version__ = "0.5.5"

sys.modules[__name__] = Bakeable() # type: ignore
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
license = "MIT"
Expand Down

0 comments on commit ddd6c7d

Please sign in to comment.