diff --git a/README.md b/README.md index eb5119d..1d819c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kweb 2.0.2 +# kweb 2.0.3 KLayout Web Viewer ![demo](docs/_static/kweb.png) diff --git a/pyproject.toml b/pyproject.toml index f13d36d..8f042b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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 diff --git a/src/kweb/__init__.py b/src/kweb/__init__.py index 0309ae2..5fa9130 100644 --- a/src/kweb/__init__.py +++ b/src/kweb/__init__.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.3"