diff --git a/pyproject.toml b/pyproject.toml index 7b7c7d5..ae6a48d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmi_docx" -version = "0.3.0" +version = "0.3.1" description = ".docx utilities" authors = ["Reinder Vos de Wael "] license = "LGPL-2.1" diff --git a/src/cmi_docx/styles.py b/src/cmi_docx/styles.py index 6a2501e..bab0b5f 100644 --- a/src/cmi_docx/styles.py +++ b/src/cmi_docx/styles.py @@ -40,4 +40,3 @@ class TableStyle: space_before: float | None = None space_after: float | None = None background_rgb: tuple[int, int, int] | None = None - paragraph_style: ParagraphStyle | None = None