Skip to content

Commit

Permalink
Bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 1, 2023
1 parent d1e3c6b commit fb5a6f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gdsfactory-vtt-public-pdk 0.0.2
# gdsfactory-vtt-public-pdk 0.0.3

A public [gdsfactory](https://gdsfactory.github.io/gdsfactory/index.html#) process design kit (PDK) for VTT's 3 um SOI platform.

Expand Down
2 changes: 1 addition & 1 deletion gvtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]

PDK.activate()
__version__ = "0.0.2"
__version__ = "0.0.3"

if __name__ == "__main__":
# layer_views = LayerViews(filepath=PATH.lyp_yaml)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = {file = "LICENSE"}
name = "gvtt"
readme = "README.md"
requires-python = ">=3.10"
version = "0.0.2"
version = "0.0.3"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -112,7 +112,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

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

0 comments on commit fb5a6f2

Please sign in to comment.