Skip to content

Commit d33332c

Browse files
committed
v0.10.1
tag the release
1 parent 23a2daa commit d33332c

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
@@ -32,8 +32,8 @@ class App:
3232
"""the GUI graphic application"""
3333
def __init__(self):
3434
"""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!'"
35+
self.__version__ = '0.10.1'
36+
self._title = "of 2021-08-01b : 'Hello, scripting World!'"
3737
self.conn = None # Baresql database object
3838
self.database_file = ""
3939
self.tk_win = Tk()

0 commit comments

Comments
 (0)