Skip to content

Commit

Permalink
Poetry: added plugin poetry-bump-version, bumped to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Dec 10, 2024
1 parent a5d1846 commit 5f751a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion klayout_pex/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# --------------------------------------------------------------------------------
#
__version__ = 0.1
__version__ = "0.1.3"
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "klayout-pex"
version = "0.1.0"
version = "0.1.3"
description = "Parasitic Extraction Tool for KLayout"
authors = ["Martin Köhler <[email protected]>"]
homepage = "https://martinjankoehler.github.io/klayout-pex-website/"
Expand Down Expand Up @@ -80,3 +80,5 @@ markers = [
"wip: mark tests as work-in-progress (delect with '-m \"not wip\"')",
]

[tool.poetry_bumpversion.file."klayout_pex/version.py"]

0 comments on commit 5f751a4

Please sign in to comment.