Skip to content

Commit 46e47f1

Browse files
authored
Merge pull request #33 from SkandanC/main
Bump version
2 parents d5efd84 + 8411eb6 commit 46e47f1

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.bumpversion.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = v0.0.4
33
commit = True
44
tag = True
55

66
[bumpversion:file:./setup.py]
7+
78
[bumpversion:file:./docs/conf.py]
9+
810
[bumpversion:file:./README.md]
11+
912
[bumpversion:file:sky130ph/__init__.py]

README.md

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

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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# from recommonmark.transform import AutoStructify
22

33
project = "sky130ph"
4-
version = "0.0.1"
4+
version = "0.0.4"
55
copyright = "2022"
66
# copyright = "2020, SkandanC"
77
# author = "SkandanC"

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.1",
17+
version="0.0.4",
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.1"
6+
__version__ = "0.0.4"
77
__author__ = "SkandanC <[email protected]>"
88
from typing import List
99

0 commit comments

Comments
 (0)