From 779fe398bc42fa99b078777912b767aa4ec3d808 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 9 Oct 2022 20:23:15 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.16=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- docs/conf.py | 2 +- setup.py | 2 +- sky130/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ecca46d1..7f731d8d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.16 +current_version = 0.1.0 commit = True tag = True diff --git a/README.md b/README.md index 528fcee8d..66517bbb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# sky130 gdsfactory PDK 0.0.16 +# sky130 gdsfactory PDK 0.1.0 [![pypi](https://img.shields.io/pypi/v/sky130)](https://pypi.org/project/sky130/) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) diff --git a/docs/conf.py b/docs/conf.py index 7b640d038..0e2dba778 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ project = "sky130" -version = "0.0.16" +version = "0.1.0" copyright = "2020, gdsfactory" author = "gdsfactory" diff --git a/setup.py b/setup.py index f0f890d48..e5eaa48bd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_install_requires(): setup( name="sky130", - version="0.0.16", + version="0.1.0", url="https://github.com/gdsfactory/skywater130", include_package_data=True, license="MIT", diff --git a/sky130/__init__.py b/sky130/__init__.py index ee0e2bd34..186642389 100644 --- a/sky130/__init__.py +++ b/sky130/__init__.py @@ -10,7 +10,7 @@ from sky130.layers import LAYER, LAYER_COLORS, LAYER_STACK from sky130.tech import cross_sections -__version__ = "0.0.16" +__version__ = "0.1.0" cells = get_cells([components, pcells]) PDK = Pdk(