Skip to content

Commit 38c3512

Browse files
committed
Bump version 2.3.2
1 parent b7f5b8f commit 38c3512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pygerber"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Parsing, formatting and rendering toolkit for Gerber X3 file format"
55
authors = ["Krzysztof Wisniewski <argmaster.world@gmail.com>"]
66
license = "MIT"

src/pygerber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package for PCB formats visualization."""
22
from __future__ import annotations
33

4-
__version__ = "2.3.1"
4+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)