Skip to content

Commit 095c990

Browse files
committed
bump: version 5.1.0 → 5.1.1
1 parent af0864f commit 095c990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for `mkdocs`."""
22

3-
__version__ = "5.1.0"
3+
__version__ = "5.1.1"
44

55
__plugin_name__ = "mkdocs"
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license-files = ["LICENSE"]
2525
name = "mdformat_mkdocs"
2626
readme = "README.md"
2727
requires-python = ">=3.10.0"
28-
version = "5.1.0"
28+
version = "5.1.1"
2929

3030
[project.entry-points."mdformat.parser_extension"]
3131
mkdocs = "mdformat_mkdocs"
@@ -69,7 +69,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
6969

7070
[tool.commitizen]
7171
tag_format = "v${version}"
72-
version = "5.1.0"
72+
version = "5.1.1"
7373
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
7474

7575
[tool.mypy]

0 commit comments

Comments
 (0)