diff --git a/sqlite_bro/sqlite_bro.py b/sqlite_bro/sqlite_bro.py index 5c80d21..4cc06f3 100644 --- a/sqlite_bro/sqlite_bro.py +++ b/sqlite_bro/sqlite_bro.py @@ -38,8 +38,8 @@ class App: def __init__(self): """create a tkk graphic interface with a main window tk_win""" - self.__version__ = "0.11.0" - self._title = "of 2021-08-09a : 'Script me more !'" + self.__version__ = "0.11.1" + self._title = "of 2021-08-09b : 'Script me more !'" self.conn = None # Baresql database object self.database_file = "" self.tk_win = Tk()