Skip to content

Commit 45fc5bc

Browse files
committed
➖ Bump version
1 parent 3ea99b5 commit 45fc5bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from .docs import Docs
44
from .markdown import render as render_markdown
55

6-
__version__ = "1.4.0"
6+
__version__ = "1.4.1"
77

88
__all__ = ["Docs", "render_markdown", "__version__"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkpy-client"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Minimalistic Python library for generating and serving documentation from Markdown files"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)