From fb5a6f2db8a76785c8658a59012ca0dea8995c45 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:05:36 -0700 Subject: [PATCH] Bump to 0.0.3 --- README.md | 2 +- gvtt/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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+) \.