diff options
author | Adam Hupp <adam@hupp.org> | 2016-03-20 19:01:35 -0700 |
---|---|---|
committer | Adam Hupp <adam@hupp.org> | 2016-03-20 19:01:35 -0700 |
commit | 74f378e4638c357259457e7e19cb598a2e0f8609 (patch) | |
tree | e5eeefa62d7b9edaa02d75bd2fed35b34a00f89a /setup.py | |
parent | a5fa6eed3767cabd365476b8cb13b3cc4d5308c6 (diff) | |
download | python-magic-clean.tar.gz |
bump versionclean
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |