Skip to content

Commit a68ec25

Browse files
committed
v0.11.1
1 parent 9ac69b3 commit a68ec25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlite_bro/sqlite_bro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class App:
3838

3939
def __init__(self):
4040
"""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 !'"
41+
self.__version__ = "0.11.1"
42+
self._title = "of 2021-08-09b : 'Script me more !'"
4343
self.conn = None # Baresql database object
4444
self.database_file = ""
4545
self.tk_win = Tk()

0 commit comments

Comments
 (0)