Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Apr 11, 2024
1 parent c801c0a commit c576091
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.0
# kweb 2.0.1

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.10"
version = "2.0.0"
version = "2.0.1"

[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.0"
current = "2.0.1"
# 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.0"
__version__ = "2.0.1"

0 comments on commit c576091

Please sign in to comment.