Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed May 28, 2023
1 parent ac24ab5 commit 112d465
Show file tree
Hide file tree
Showing 4 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 @@
# klive 0.1.7
# klive 0.2.0

klive is a small extension to KLayout that allows automatic loading for GDS files by sending a json with the gds path to klive.

Expand Down
2 changes: 1 addition & 1 deletion klayout/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>klive</name>
<token/>
<hidden>false</hidden>
<version>0.1.7</version>
<version>0.2.0</version>
<api-version>0.28</api-version>
<title>klive</title>
<doc>klive server to be able to stream a gds by tcp/ip</doc>
Expand Down
2 changes: 1 addition & 1 deletion klayout/pymacros/klive.lym
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class KLiveServer(pya.QTcpServer):
self.newConnection(self.new_connection)
self.action = action
if self.action is not None and self.isListening():
print("klive v0.1.7 is running")
print("klive v0.2.0 is running")
self.action.icon = live
else:
print("klive didn't start correctly. Most likely port tcp/8082")
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"

[version]
current = "0.1.7"
current = "0.2.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 112d465

Please sign in to comment.