Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 5, 2024
1 parent a9523ed commit 1106a07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gf180 0.0.3
# gf180 0.1.0

GlobalFoundries 180nm MCU based on [Google open source PDK](https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr)

Expand Down
2 changes: 1 addition & 1 deletion gf180/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"via_generator",
"via_stack",
]
__version__ = "0.0.3"
__version__ = "0.1.0"

cells = get_cells(sys.modules[__name__])
PDK = Pdk(
Expand Down
2 changes: 1 addition & 1 deletion gf180/klayout/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>gf180mcu</name>
<token/>
<hidden>false</hidden>
<version>0.0.3</version>
<version>0.1.0</version>
<api-version/>
<title>gf180mcu</title>
<doc>GlobalFoundries 180nm MCU primitive libraries</doc>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
name = "gf180"
readme = "README.md"
requires-python = ">=3.10"
version = "0.0.3"
version = "0.1.0"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -119,7 +119,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.0.3"
current = "0.1.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 1106a07

Please sign in to comment.