From bc51ec18e506720fe88f609486a98324a9554970 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:34:55 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- gplugins/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0f90f5da..1037ea57 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True diff --git a/README.md b/README.md index 5fccd1f9..08435492 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.8.0 +# gplugins 0.8.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 d6d03272..87ff5ad3 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.8.0" +__version__ = "0.8.1" 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 9376cd75..684b38fb 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.8.0" +version = "0.8.1" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -58,7 +58,7 @@ docs = [ "pyvista[jupyter]<=0.40" ] femwell = [ - "femwell>=0.1.6,<0.8.0", + "femwell>=0.1.6,<0.8.1", "meshwell>=1.0.0,<1.1.0" ] gmsh = [