Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed May 18, 2024
1 parent f744bd7 commit b297235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 = "pygerber"
version = "2.3.0"
version = "2.3.1"
description = "Parsing, formatting and rendering toolkit for Gerber X3 file format"
authors = ["Krzysztof Wisniewski <argmaster.world@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pygerber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import annotations

__version__ = "2.2.1"
__version__ = "2.3.1"

0 comments on commit b297235

Please sign in to comment.