Skip to content

Commit 1e9d945

Browse files
committed
Bump version to 2.4.1
1 parent a148689 commit 1e9d945

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.0"
3+
version = "2.4.1"
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
@@ -2,4 +2,4 @@
22

33
from __future__ import annotations
44

5-
__version__ = "2.4.0"
5+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)