Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Aug 9, 2021
1 parent 9ac69b3 commit a68ec25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite_bro/sqlite_bro.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a68ec25

Please sign in to comment.