We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6779b21 commit 171886eCopy full SHA for 171886e
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[project]
3
name = "docx2python"
4
-version = "3.6.0"
+version = "3.6.1"
5
description = "Extract content from docx files"
6
authors = [{ name = "Shay Hill", email = "shay_public@hotmail.com" }]
7
license = {text = "MIT"}
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
19
20
[tool.commitizen]
21
name = "cz_conventional_commits"
22
23
tag_format = "$version"
24
major-version-zero = true
25
version_files = ["pyproject.toml:^version"]
0 commit comments