We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a2daa commit d33332cCopy full SHA for d33332c
1 file changed
sqlite_bro/sqlite_bro.py
@@ -32,8 +32,8 @@ class App:
32
"""the GUI graphic application"""
33
def __init__(self):
34
"""create a tkk graphic interface with a main window tk_win"""
35
- self.__version__ = '0.10.0'
36
- self._title = "of 2021-08-01a : 'Hello, scripting World!'"
+ self.__version__ = '0.10.1'
+ self._title = "of 2021-08-01b : 'Hello, scripting World!'"
37
self.conn = None # Baresql database object
38
self.database_file = ""
39
self.tk_win = Tk()
0 commit comments