From 1106a077ca34b669b4422dc3cf97b13ceba30ef6 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:22:54 -0800 Subject: [PATCH] Bump to 0.1.0 --- README.md | 2 +- gf180/__init__.py | 2 +- gf180/klayout/grain.xml | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 31e4291..55ce645 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gf180 0.0.3 +# gf180 0.1.0 GlobalFoundries 180nm MCU based on [Google open source PDK](https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr) diff --git a/gf180/__init__.py b/gf180/__init__.py index ae69f4b..908ef60 100644 --- a/gf180/__init__.py +++ b/gf180/__init__.py @@ -100,7 +100,7 @@ "via_generator", "via_stack", ] -__version__ = "0.0.3" +__version__ = "0.1.0" cells = get_cells(sys.modules[__name__]) PDK = Pdk( diff --git a/gf180/klayout/grain.xml b/gf180/klayout/grain.xml index 137c261..a0fef2d 100644 --- a/gf180/klayout/grain.xml +++ b/gf180/klayout/grain.xml @@ -3,7 +3,7 @@ gf180mcu false - 0.0.3 + 0.1.0 gf180mcu GlobalFoundries 180nm MCU primitive libraries diff --git a/pyproject.toml b/pyproject.toml index 3450300..17b8ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = {file = "LICENSE"} name = "gf180" readme = "README.md" requires-python = ">=3.10" -version = "0.0.3" +version = "0.1.0" [project.optional-dependencies] dev = [ @@ -119,7 +119,7 @@ message_template = "Bump to {new_version}" tag_template = "v{new_version}" [tool.tbump.version] -current = "0.0.3" +current = "0.1.0" regex = ''' (?P\d+) \.