From 79506a59580abda3234e644ede9cdaf2811fdc80 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Fri, 2 Apr 2010 08:36:51 -0700 Subject: merge support for win32 from tehmaze --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e3af13a..5d9d9e7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(name='python-magic', author='Adam Hupp', author_email='adam@hupp.org', url="http://github.com/ahupp/python-magic", - version='0.3', + version='0.3.1', py_modules=['magic'], requires=['ctypes'], long_description="""This module uses ctypes to access the libmagic file type -- cgit v1.2.1