Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 7, 2024
1 parent df15d39 commit 7f148ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CornerStone PDK 0.2.0
# CornerStone PDK 0.3.0

[CornerStone](https://www.cornerstone.sotonfab.co.uk/) Photonics PDK.

Expand Down
2 changes: 1 addition & 1 deletion cspdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"config",
"tech",
]
__version__ = "0.2.0"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = {file = "LICENSE"}
name = "cspdk"
readme = "README.md"
requires-python = ">=3.10"
version = "0.2.0"
version = "0.3.0"

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

[tool.tbump.version]
current = "0.2.0"
current = "0.3.0"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down

0 comments on commit 7f148ed

Please sign in to comment.