Skip to content

Commit cd8135f

Browse files
committed
chore: bump version to 1.5.2
1 parent d10f9bd commit cd8135f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "md2html-tailwind4"
7-
version = "1.5.1"
7+
version = "1.5.2"
88
description = "A Python package that converts Markdown to HTML using Tailwind CSS 4 for styling."
99
authors = [
1010
{ name = "White Neuron Co., Ltd.", email = "contact@whiteneuron.com" },
@@ -53,3 +53,8 @@ exclude = [
5353
"/.gitignore",
5454
"**/.gitignore",
5555
]
56+
57+
[dependency-groups]
58+
dev = [
59+
"twine>=6.2.0",
60+
]

0 commit comments

Comments
 (0)