Skip to content

Commit 900747e

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent 0e1c555 commit 900747e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
tag = True
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sky130ph v0.0.5
1+
# sky130ph v0.0.6
22

33
Skywater photonics PDK for the SKY130 process node. The documentation is at https://byucamacholab.github.io/sky130ph/
44

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_install_requires():
1414

1515
setup(
1616
name="sky130ph",
17-
version="0.0.5",
17+
version="0.0.6",
1818
url="https://github.com/joamatab/cookiecutter-pypackage-minimal",
1919
license="MIT",
2020
author="SkandanC",

sky130ph/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TODO Create LayerStack, component library, and activate it here.
44
"""
55

6-
__version__ = "0.0.5"
6+
__version__ = "0.0.6"
77
__author__ = "SkandanC <[email protected]>"
88
from typing import List
99

0 commit comments

Comments
 (0)