Version increment and fix of printing of version

This commit is contained in:
Jezra 2013-08-16 11:41:15 -07:00
parent cdc4e68603
commit 9c2c0f76bb
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
from optparse import OptionParser
import sys,os,re,subprocess
version = "0.4.1"
version = "0.4.2"
#make a print function to handle various version of python
def do_print(string):
@ -369,7 +369,7 @@ if __name__ == "__main__" :
#parse the args
(options, args) = parser.parse_args()
if options.version:
do_print( "bwwtolily: ",version)
do_print( "bwwtolily: "+version)
sys.exit()
if options.input!=None: