Skip to content

Commit 0b0ea24

Browse files
committed
Bump to 1.0.1
1 parent 30b0f6e commit 0b0ea24

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

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+
## [1.0.1](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.1) - 2024-06-20
8+
9+
No significant changes.
10+
11+
712
## [1.0.0](https://github.com/gdsfactory/gplugins/releases/tag/v1.0.0) - 2024-06-20
813

914
- Gdsfactory8 [#413](https://github.com/gdsfactory/gplugins/pull/413)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gplugins 1.0.0
1+
# gplugins 1.0.1
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__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
import pathlib
66

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ license = {file = "LICENSE"}
3333
name = "gplugins"
3434
readme = "README.md"
3535
requires-python = ">=3.10"
36-
version = "1.0.0"
36+
version = "1.0.1"
3737

3838
[project.optional-dependencies]
3939
dagster = ["dagster", "dagit"]
@@ -59,7 +59,7 @@ devsim = [
5959
docs = [
6060
"jupytext",
6161
"matplotlib",
62-
"jupyter-book==1.0.0",
62+
"jupyter-book==1.0.1",
6363
"pyvista[all,trame]<=0.43.8"
6464
]
6565
femwell = [
@@ -209,7 +209,7 @@ message_template = "Bump to {new_version}"
209209
tag_template = "v{new_version}"
210210

211211
[tool.tbump.version]
212-
current = "1.0.0"
212+
current = "1.0.1"
213213
regex = '''
214214
(?P<major>\d+)
215215
\.

0 commit comments

Comments
 (0)