diff --git a/setup.py b/setup.py index 999909d..86aa577 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.1', - license='GNU', + version='0.2', + license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net', description='tools for processing all TLDP source documents',