diff -r 5711a4714e47 -r 4d88f2231d33 setup.py --- a/setup.py Sun Apr 29 15:30:01 2007 -0400 +++ b/setup.py Fri Oct 19 22:46:20 2007 -0400 @@ -3,11 +3,11 @@ from distutils.core import setup setup(name="dtrx", - version = "4.0", + version = "5.0", description = "Script to intelligently extract multiple archive types", author = "Brett Smith", author_email = "brettcsmith@brettcsmith.org", url = "http://www.brettcsmith.org/2007/dtrx", scripts = ['scripts/dtrx'], - license = "GNU General Public License, version 2 or later" + license = "GNU General Public License, version 3 or later" )