diff options
author | Adam Hupp <adam@hupp.org> | 2013-10-07 21:37:50 -0700 |
---|---|---|
committer | Adam Hupp <adam@hupp.org> | 2013-10-07 21:37:50 -0700 |
commit | a051eae3ebc7a5555cb32ca8b99ffb099b5a19da (patch) | |
tree | b12dfacb413f95490652bee20f040e0c7ed6c9f9 /setup.py | |
parent | 4942310344701c0eb0fd55a16ab4583fd5b2dc63 (diff) | |
download | python-magic-a051eae3ebc7a5555cb32ca8b99ffb099b5a19da.tar.gz |
bump to 0.4.60.4.6
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.5', + version='0.4.6', 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 |