Skip to content

Commit

Permalink
🔖 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Sep 29, 2022
1 parent 51cb038 commit 3c5a823
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.1"
__version__ = "0.5.2"

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.1"
version = "0.5.2"
description = "Shell language to run command in python"
authors = [ "pwwang <[email protected]>",]
license = "MIT"
Expand Down

0 comments on commit 3c5a823

Please sign in to comment.