We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace70fa commit 13ef619Copy full SHA for 13ef619
1 file changed
pwic_lib.py
@@ -49,7 +49,7 @@ class PwicConst:
49
# System
50
# ========
51
52
- VERSION = '1.1'
+ VERSION = '1.2'
53
DB = './db'
54
DB_SQLITE = DB + '/pwic.sqlite'
55
DB_SQLITE_BACKUP = DB + '/pwic_%s.sqlite'
0 commit comments