From cb18a2a77cabeb299e26726ec3ea0df4ec85386b Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 4 Jul 2016 19:58:00 -0700 Subject: bump to 0.4.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index be70e00..97f251b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='python-magic', author='Adam Hupp', author_email='adam@hupp.org', url="http://github.com/ahupp/python-magic", - version='0.4.11', + version='0.4.12', py_modules=['magic'], long_description="""This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and -- cgit v1.2.1