version update

This commit is contained in:
Usman Nasir
2022-04-24 22:41:34 +05:00
parent 5e798b1e0c
commit 1b85fffcfc
8 changed files with 16 additions and 16 deletions

View File

@@ -14,8 +14,8 @@ from os.path import *
from stat import *
import stat
VERSION = '2.1'
BUILD = 2
VERSION = '2.3'
BUILD = 1
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}