Skip to content

Commit

Permalink
Bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Jul 16, 2024
1 parent d20aa90 commit e59db6b
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 @@
# kweb 2.0.2
# kweb 2.0.3

KLayout Web Viewer ![demo](docs/_static/kweb.png)

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 @@ description = "KLayout API implementation of gdsfactory"
name = "kweb"
readme = "README.md"
requires-python = ">=3.11"
version = "2.0.2"
version = "2.0.3"

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

[tool.tbump.version]
current = "2.0.2"
current = "2.0.3"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down
2 changes: 1 addition & 1 deletion src/kweb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"

0 comments on commit e59db6b

Please sign in to comment.