From 8240e7c93c265e9d6c274a55e6233d9753c36c41 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:35:38 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.7.0?= 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 e1d85a35..45f436c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True diff --git a/README.md b/README.md index f138f161..0af59e75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.6.0 +# gplugins 0.7.0 [![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 7d5d6b33..6c20adad 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.6.0" +__version__ = "0.7.0" 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 c204a83a..f1e8c24d 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.6.0" +version = "0.7.0" [project.optional-dependencies] dagster = ["dagster", "dagit"] @@ -58,7 +58,7 @@ docs = [ "pyvista[jupyter]<=0.40" ] femwell = [ - "femwell>=0.1.6,<0.6.0", + "femwell>=0.1.6,<0.7.0", "meshwell>=1.0.0,<1.1.0" ] gmsh = [