diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b5093d..cb2f99e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [0.9.2](https://github.com/gdsfactory/gplugins/releases/tag/v0.9.2) - 2023-11-30 + +No significant changes. + + ## [0.9.1](https://github.com/gdsfactory/gplugins/releases/tag/v0.9.1) - 2023-11-30 - Add tidy3d plot epsilon [#256](https://github.com/gdsfactory/gplugins/pull/256) diff --git a/README.md b/README.md index 902adcca..b5b62f2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.9.1 +# gplugins 0.9.2 [![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/) [![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/) diff --git a/gplugins/__init__.py b/gplugins/__init__.py index 94b5c1d7..d49c7b76 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.9.1" +__version__ = "0.9.2" from gplugins.common.utils import plot, port_symmetries from gplugins.common.utils.get_effective_indices import get_effective_indices diff --git a/pyproject.toml b/pyproject.toml index 3c09e270..0a247703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "0.9.1" +version = "0.9.2" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -207,7 +207,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.9.1" +current = "0.9.2" regex = ''' (?P\d+) \.