Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Feb 16, 2023
1 parent 3fffdc8 commit 78b1456
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.6.0
current_version = 0.6.1
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.6.0
# sky130 gdsfactory PDK 0.6.1

[![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.6.0"
version = "0.6.1"
copyright = "2020"

html_theme = "sphinx_book_theme"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
version="0.6.0"
version="0.6.1"
authors = [
{name = "gdsfactory", email = "contact@gdsfactory.com"},
]
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_STACK, LAYER_VIEWS
from sky130.tech import cross_sections

__version__ = "0.6.0"
__version__ = "0.6.1"

cells = get_cells([components, pcells])
PDK = Pdk(
Expand Down
2 changes: 1 addition & 1 deletion sky130/klayout/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>sky130</name>
<token/>
<hidden>false</hidden>
<version>0.6.0</version>
<version>0.6.1</version>
<api-version/>
<title>gf180mcu</title>
<doc>Skywater 130nm libraries</doc>
Expand Down
2 changes: 1 addition & 1 deletion sky130/klayout/pymacros/set_menus.lym
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "0.6.0"
__version__ = "0.6.1"


def set_menu():
Expand Down

0 comments on commit 78b1456

Please sign in to comment.