diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d654da7..533afa49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## [1.0.1](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.1) - 2024-06-20 + +No significant changes. + + ## [1.0.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.0) - 2024-06-20 - Gdsfactory8 [#413](https://github.com/gdsfactory/gplugins/pull/413) diff --git a/README.md b/README.md index 6f8e7c07..2935d60b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 1.0.0 +# gplugins 1.0.1 [![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 f0aec978..f23c8c2c 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "1.0.0" +__version__ = "1.0.1" import pathlib diff --git a/pyproject.toml b/pyproject.toml index 37a7f441..9d978411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "1.0.0" +version = "1.0.1" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -59,7 +59,7 @@ devsim = [ docs = [ "jupytext", "matplotlib", - "jupyter-book==1.0.0", + "jupyter-book==1.0.1", "pyvista[all,trame]<=0.43.8" ] femwell = [ @@ -209,7 +209,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "1.0.0" +current = "1.0.1" regex = ''' (?P\d+) \.