File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # kweb 2.0.1
1
+ # kweb 2.0.2
2
2
3
3
KLayout Web Viewer ![ demo] ( docs/_static/kweb.png )
4
4
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ description = "KLayout API implementation of gdsfactory"
22
22
name = " kweb"
23
23
readme = " README.md"
24
24
requires-python = " >=3.11"
25
- version = " 2.0.1 "
25
+ version = " 2.0.2 "
26
26
27
27
[project .optional-dependencies ]
28
28
dev = [
@@ -129,7 +129,7 @@ message_template = "Bump to {new_version}"
129
129
tag_template = " v{new_version}"
130
130
131
131
[tool .tbump .version ]
132
- current = " 2.0.1 "
132
+ current = " 2.0.2 "
133
133
# Example of a semver regexp.
134
134
# Make sure this matches current_version before
135
135
# using tbump
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.1 "
1
+ __version__ = "2.0.2 "
You can’t perform that action at this time.
0 commit comments