diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4945b3a2..88255691 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/README.md b/README.md index 4d8f0309..3e801406 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gplugins 0.1.0 +# gplugins 0.1.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 bede4e74..f6b25964 100644 --- a/gplugins/__init__.py +++ b/gplugins/__init__.py @@ -1,6 +1,6 @@ """gplugins - gdsfactory plugins""" -__version__ = "0.1.0" +__version__ = "0.1.1" from gplugins.utils import plot, port_symmetries from gplugins.utils.get_effective_indices import get_effective_indices diff --git a/pyproject.toml b/pyproject.toml index e5dd696b..64c640b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = {file = "LICENSE"} name = "gplugins" readme = "README.md" requires-python = ">=3.10" -version = "0.1.0" +version = "0.1.1" [project.optional-dependencies] database = [ @@ -69,7 +69,7 @@ gmsh = [ "pyvista", "trimesh", "shapely", - "meshwell>=0.0.9,<0.1.0" + "meshwell>=0.0.9,<0.1.1" ] klayout = [ "kfactory[git,ipy]==0.7.5"