From 1f804dcead2a83f5dfbf6309f7fe56a6e38476b7 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Fri, 27 Sep 2013 10:05:46 -0700 Subject: bump version to 0.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b1b294a..126d847 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.3', + version='0.4.4', 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