File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 11"""gplugins - gdsfactory plugins"""
22
3- __version__ = "1.0.0 "
3+ __version__ = "1.0.1 "
44
55import pathlib
66
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ license = {file = "LICENSE"}
3333name = " gplugins"
3434readme = " README.md"
3535requires-python = " >=3.10"
36- version = " 1.0.0 "
36+ version = " 1.0.1 "
3737
3838[project .optional-dependencies ]
3939dagster = [" dagster" , " dagit" ]
@@ -59,7 +59,7 @@ devsim = [
5959docs = [
6060 " jupytext" ,
6161 " matplotlib" ,
62- " jupyter-book==1.0.0 " ,
62+ " jupyter-book==1.0.1 " ,
6363 " pyvista[all,trame]<=0.43.8"
6464]
6565femwell = [
@@ -209,7 +209,7 @@ message_template = "Bump to {new_version}"
209209tag_template = " v{new_version}"
210210
211211[tool .tbump .version ]
212- current = " 1.0.0 "
212+ current = " 1.0.1 "
213213regex = '''
214214 (?P<major>\d+)
215215 \.
You can’t perform that action at this time.
0 commit comments