Skip to content

Commit

Permalink
Bump version: 0.0.16 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 10, 2022
1 parent b98265d commit 779fe39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.16
current_version = 0.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project = "sky130"
version = "0.0.16"
version = "0.1.0"
copyright = "2020, gdsfactory"
author = "gdsfactory"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sky130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 779fe39

Please sign in to comment.