Skip to content

Commit

Permalink
fix: double paragraph style in table
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jul 22, 2024
1 parent 967c4dc commit aabb6ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "LGPL-2.1"
Expand Down
1 change: 0 additions & 1 deletion src/cmi_docx/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aabb6ff

Please sign in to comment.