Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Jan 27, 2025
1 parent 01518af commit 1e2ce17
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,11 +1,11 @@
# KFactory 1.0.1
# KFactory 1.0.2

[![codecov](https://codecov.io/gh/gdsfactory/kfactory/graph/badge.svg?token=dArcfnQE4w)](https://codecov.io/gh/gdsfactory/kfactory)

Kfactory is the backend for [gdsfactory](https://github.com/gdsfactory/gdsfactory). It is built upon [KLayout](https://klayout.de).
It offers basic operations like gdsfactory, so it can be used on its own as as layout tool as well.

It is recommended to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==1.0.1` for example.
It is recommended to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==1.0.2` 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 @@ -15,7 +15,7 @@ classifiers = [
requires-python = ">=3.11"


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

[tool.tbump.version]
current = "1.0.1"
current = "1.0.2"

# 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 @@ -6,7 +6,7 @@
# The import order matters, we need to first import the important stuff.
# isort:skip_file

__version__ = "1.0.1"
__version__ = "1.0.2"

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

0 comments on commit 1e2ce17

Please sign in to comment.