Skip to content

Commit

Permalink
Bump version from 0.5.1 ⟶ 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent b68db14 commit 0fc6b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mermaid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .style import Style
from .utils import load, text_to_snake_case

__version__: str = '0.5.1'
__version__: str = '0.5.2'


class Direction(Enum):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mermaid-py"
version = "0.5.1"
version = "0.5.2"
description = "A simple interface for the the famous lib mermaid-js to create diagrams."
authors = ["ouhammmourachid <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api"


[bumpver]
current_version = "0.5.1"
current_version = "0.5.2"
version_pattern = "MAJOR.MINOR.PATCH"

[bumpver.file_patterns]
Expand Down

0 comments on commit 0fc6b5c

Please sign in to comment.