We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac69b3 commit a68ec25Copy full SHA for a68ec25
1 file changed
sqlite_bro/sqlite_bro.py
@@ -38,8 +38,8 @@ class App:
38
39
def __init__(self):
40
"""create a tkk graphic interface with a main window tk_win"""
41
- self.__version__ = "0.11.0"
42
- self._title = "of 2021-08-09a : 'Script me more !'"
+ self.__version__ = "0.11.1"
+ self._title = "of 2021-08-09b : 'Script me more !'"
43
self.conn = None # Baresql database object
44
self.database_file = ""
45
self.tk_win = Tk()
0 commit comments