diff --git a/README.md b/README.md index e318118..0c74ae1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gvtt/__init__.py b/gvtt/__init__.py index 0ce8783..69ec2ce 100644 --- a/gvtt/__init__.py +++ b/gvtt/__init__.py @@ -68,7 +68,7 @@ ] PDK.activate() -__version__ = "0.0.2" +__version__ = "0.0.3" if __name__ == "__main__": # layer_views = LayerViews(filepath=PATH.lyp_yaml) diff --git a/pyproject.toml b/pyproject.toml index 01b4c7f..f124f27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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\d+) \.