diff options
| author | Adam Hupp <adam@hupp.org> | 2011-12-29 09:36:05 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2011-12-29 09:36:05 -0800 |
| commit | c443aac9b851cbec571516731968f69766251759 (patch) | |
| tree | 4307f83b202a98bf531dfaceab65eadbdaf5f038 | |
| parent | fa74c179c62f5a329263ded26fb3707dace01328 (diff) | |
| download | python-magic-c443aac9b851cbec571516731968f69766251759.tar.gz | |
Bump version to 4.1
| -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.0', + version='0.4.1', 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 |
