diff options
| author | Adam Hupp <adam@hupp.org> | 2013-09-27 10:12:57 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2013-09-27 10:12:57 -0700 |
| commit | 998677aa225ba0dbcb8a89c0fa8e312f38b8be65 (patch) | |
| tree | 6a6f756d384c3eb2860ced36b708f44b440cd663 /setup.py | |
| parent | 1c0e88ea75917a1abd157525968294af7f0da95a (diff) | |
| download | python-magic-0.4.5.tar.gz | |
bump version to 0.4.50.4.5
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.4', + version='0.4.5', 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 |
