Skip to content

Commit

Permalink
Bump to 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Sep 13, 2024
1 parent 87dbee3 commit 42c6655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KFactory 0.20.4
# KFactory 0.20.5

Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool. It is built with [KLayout](https://klayout.de) as a backend instead of gdstk, but aims to offer the similar features.

Expand All @@ -7,7 +7,7 @@ Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool.
> Expect API changes without notice (even though we try to keep it to a minimum!). The core should be fairly stable with the exception of the all-angle router.
> It is likely to change in future releases

It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.20.4` for example.
It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.20.5` for example.

Features similar to gdsfactory:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
requires-python = ">=3.11"


version = "0.20.4"
version = "0.20.5"
authors = [
{name = "gdsfactory community", email = "[email protected]"},
]
Expand Down Expand Up @@ -145,7 +145,7 @@ convention = "google"
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "0.20.4"
current = "0.20.5"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion src/kfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# The import order matters, we need to first import the important stuff.
# isort:skip_file

__version__ = "0.20.4"
__version__ = "0.20.5"

import klayout.db as kdb
import klayout.lay as lay
Expand Down

0 comments on commit 42c6655

Please sign in to comment.