Skip to content

Commit 52d2a5c

Browse files
committed
Bump to 0.11.0
1 parent 45f2250 commit 52d2a5c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
<!-- towncrier release notes start -->
66

7+
## [0.11.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0) - 2024-03-24
8+
9+
No significant changes.
10+
11+
712
## [0.10.2](https://github.com/gdsfactory/gplugins/releases/tag/v0.10.2) - 2024-03-06
813

914
- Update sax [#354](https://github.com/gdsfactory/gplugins/pull/354)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.10.2
1+
# gplugins 0.11.0
22

33
[![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/)
44
[![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/)

gplugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""gplugins - gdsfactory plugins"""
22

3-
__version__ = "0.10.2"
3+
__version__ = "0.11.0"
44

55
from gplugins.common.utils import plot, port_symmetries
66
from gplugins.common.utils.get_effective_indices import get_effective_indices

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license = {file = "LICENSE"}
3232
name = "gplugins"
3333
readme = "README.md"
3434
requires-python = ">=3.10"
35-
version = "0.10.2"
35+
version = "0.11.0"
3636

3737
[project.optional-dependencies]
3838
dagster = ["dagster", "dagit"]
@@ -83,7 +83,7 @@ klayout = [
8383
meow = [
8484
"jax==0.4.23",
8585
"jaxlib==0.4.23",
86-
"meow-sim>=0.9.0,<0.10.2",
86+
"meow-sim>=0.9.0,<0.11.0",
8787
"tidy3d==2.5.2"
8888
]
8989
sax = [
@@ -194,7 +194,7 @@ message_template = "Bump to {new_version}"
194194
tag_template = "v{new_version}"
195195

196196
[tool.tbump.version]
197-
current = "0.10.2"
197+
current = "0.11.0"
198198
regex = '''
199199
(?P<major>\d+)
200200
\.

0 commit comments

Comments
 (0)