diff --git a/mermaid/__init__.py b/mermaid/__init__.py index 7673461..ae41350 100644 --- a/mermaid/__init__.py +++ b/mermaid/__init__.py @@ -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): diff --git a/pyproject.toml b/pyproject.toml index 68c4892..dd36090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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]