We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f5b8f commit 38c3512Copy full SHA for 38c3512
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pygerber"
3
-version = "2.3.1"
+version = "2.3.2"
4
description = "Parsing, formatting and rendering toolkit for Gerber X3 file format"
5
authors = ["Krzysztof Wisniewski <argmaster.world@gmail.com>"]
6
license = "MIT"
src/pygerber/__init__.py
@@ -1,4 +1,4 @@
"""Package for PCB formats visualization."""
from __future__ import annotations
-__version__ = "2.3.1"
+__version__ = "2.3.2"
0 commit comments