From 1e2ce174f578d498c916455464037362c6016f10 Mon Sep 17 00:00:00 2001 From: Sebastian Goeldi Date: Mon, 27 Jan 2025 19:02:32 +0100 Subject: [PATCH] Bump to 1.0.2 --- README.md | 4 ++-- pyproject.toml | 4 ++-- src/kfactory/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 794d25a4..24f8d6ec 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 24c51f1c..d8106bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ requires-python = ">=3.11" -version = "1.0.1" +version = "1.0.2" authors = [{ name = "gdsfactory community", email = "contact@gdsfactory.com" }] dependencies = [ "aenum", @@ -144,7 +144,7 @@ convention = "google" # github_url = "https://github.com///" [tool.tbump.version] -current = "1.0.1" +current = "1.0.2" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/src/kfactory/__init__.py b/src/kfactory/__init__.py index 631dd5f4..6e102c99 100644 --- a/src/kfactory/__init__.py +++ b/src/kfactory/__init__.py @@ -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