File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " PySQL"
3- version = " 1.0.5 "
3+ version = " 1.0.6 "
44description = " GUI & Python wrapper for making MySQL queries easier"
55authors = [" Devansh3712 <devanshamity@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- 1.0 .5
1+ 1.0 .6
Original file line number Diff line number Diff line change 2323except :
2424 raise Exception ("Package Error: modules not setup" )
2525
26- __version__ = "1.0.5 "
26+ __version__ = "1.0.6 "
2727
2828print (info .ascii_art )
2929time .sleep (1 )
Original file line number Diff line number Diff line change 2121 import data .info as info
2222 import data .export as export
2323 import data .imports as imports
24+ import data .update as update
2425
2526except :
2627 raise Exception ("Package Error: modules not setup" )
2728
28- __version__ = "1.0.5 "
29+ __version__ = "1.0.6 "
2930
3031if platform .system () == "Windows" :
3132 init (convert = True )
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pysql-cli" ,
13- version = "1.0.5 " ,
13+ version = "1.0.6 " ,
1414 author = "Devansh Singh" ,
1515 author_email = "devanshamity@gmail.com" ,
1616 url = "https://github.com/Devansh3712/PySQL" ,
You can’t perform that action at this time.
0 commit comments