kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.
Reported by Bob Ippolito.
diff --git a/Mac/Modules/launch/setup.py b/Mac/Modules/launch/setup.py
index 4b101cf..ccf8ee7 100644
--- a/Mac/Modules/launch/setup.py
+++ b/Mac/Modules/launch/setup.py
@@ -3,7 +3,7 @@
 
 from distutils.core import Extension, setup
 
-setup(name="LaunchServices", version="0.1",
+setup(name="LaunchServices", version="0.2",
 	ext_modules=[
 		Extension('_Launch', ['_Launchmodule.c'],
 		extra_link_args=['-framework', 'ApplicationServices'])