Skip to content

Commit

Permalink
Bump to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 7, 2024
1 parent 45d25f9 commit 7cf663d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

<!-- towncrier release notes start -->

## [0.10.2](https://github.com/gdsfactory/gplugins/releases/tag/v0.10.2) - 2024-03-06

No significant changes.


## [0.10.1](https://github.com/gdsfactory/gplugins/releases/tag/v0.10.1) - 2024-03-05

- fix grating prefix for tidy3d plugin [#351](https://github.com/gdsfactory/gplugins/pull/351)
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.10.1
# gplugins 0.10.2

[![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.10.1"
__version__ = "0.10.2"

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

[project.optional-dependencies]
dagster = ["dagster", "dagit"]
Expand Down Expand Up @@ -83,7 +83,7 @@ klayout = [
meow = [
"jax==0.4.23",
"jaxlib==0.4.23",
"meow-sim>=0.9.0,<0.10.1",
"meow-sim>=0.9.0,<0.10.2",
"tidy3d==2.5.2"
]
sax = [
Expand Down Expand Up @@ -194,7 +194,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.10.1"
current = "0.10.2"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 7cf663d

Please sign in to comment.