Skip to content

Commit

Permalink
Bump version from 0.5.3 ⟶ 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 07379bd commit a6870bf
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 @@ -20,7 +20,7 @@
from .style import Style
from .utils import load, text_to_snake_case

__version__: str = "0.5.3"
__version__: str = "0.6.0"


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.3"
version = "0.6.0"
description = "Python Interface for the Popular mermaid-js Library, Simplified for Diagram Creation."
authors = ["ouhammmourachid <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"


[bumpver]
current_version = "0.5.3"
current_version = "0.6.0"
version_pattern = "MAJOR.MINOR.PATCH"

[bumpver.file_patterns]
Expand Down

0 comments on commit a6870bf

Please sign in to comment.