Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 18, 2023
1 parent 0535dad commit d16b7a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gplugins 0.5.0
# gplugins 0.6.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/)
Expand Down
2 changes: 1 addition & 1 deletion gplugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""gplugins - gdsfactory plugins"""

__version__ = "0.5.0"
__version__ = "0.6.0"

from gplugins.utils import plot, port_symmetries
from gplugins.utils.get_effective_indices import get_effective_indices
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = {file = "LICENSE"}
name = "gplugins"
readme = "README.md"
requires-python = ">=3.10"
version = "0.5.0"
version = "0.6.0"

[project.optional-dependencies]
dagster = ["dagster", "dagit"]
Expand Down Expand Up @@ -58,7 +58,7 @@ docs = [
"pyvista[jupyter]<=0.40"
]
femwell = [
"femwell>=0.1.6,<0.5.0",
"femwell>=0.1.6,<0.6.0",
"meshwell>=1.0.0,<1.1.0"
]
gmsh = [
Expand Down

0 comments on commit d16b7a8

Please sign in to comment.