From 6c17caf4461545f365e9a91d823ee1fb55ec1574 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Tue, 20 Oct 2015 07:51:43 -0700 Subject: bump to 0.4.10, for removal of spurious file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1710684..eac534b 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.4.9', + version='0.4.10', 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