Skip to content

Commit 71a615f

Browse files
committed
Bump to 0.13.0
1 parent fa27405 commit 71a615f

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.13.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.13.0) - 2024-04-28
8+
9+
No significant changes.
10+
11+
712
## [0.12.0](https://github.com/gdsfactory/gplugins/releases/tag/v0.12.0) - 2024-04-09
813

914
- Better error for wrong `top_cell` in netlist to networkx [#373](https://github.com/gdsfactory/gplugins/pull/373)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 0.12.0
1+
# gplugins 0.13.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.12.0"
3+
__version__ = "0.13.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.12.0"
35+
version = "0.13.0"
3636

3737
[project.optional-dependencies]
3838
dagster = ["dagster", "dagit"]
@@ -90,7 +90,7 @@ meow = [
9090
"jax>=0.4.26",
9191
"jaxlib>=0.4.26",
9292
"flax>=0.8.2",
93-
"meow-sim>=0.9.0,<0.12.0",
93+
"meow-sim>=0.9.0,<0.13.0",
9494
"tidy3d>=2.5.2,<2.7"
9595
]
9696
sax = [
@@ -204,7 +204,7 @@ message_template = "Bump to {new_version}"
204204
tag_template = "v{new_version}"
205205

206206
[tool.tbump.version]
207-
current = "0.12.0"
207+
current = "0.13.0"
208208
regex = '''
209209
(?P<major>\d+)
210210
\.

0 commit comments

Comments
 (0)