From 74f378e4638c357259457e7e19cb598a2e0f8609 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Sun, 20 Mar 2016 19:01:35 -0700 Subject: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 01c089e..be70e00 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.10', + version='0.4.11', 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