diff options
| author | Artem Skoretskiy <artem.skoretskiy@gmail.com> | 2016-12-29 22:44:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 22:44:11 +0100 |
| commit | 4b31383874a029f94121e130e5b6eb888f62234c (patch) | |
| tree | 2ce7aa3a26971dc487b8ca9a6ebf378fb161fb8a /setup.py | |
| parent | a6f9987fcd628a83b89e66fb627b60bdb56ff788 (diff) | |
| download | python-magic-4b31383874a029f94121e130e5b6eb888f62234c.tar.gz | |
Bumped version to 0.4.13 to include bugfixes
Bumping version to be ready to push new version to package managers.
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.12', + version='0.4.13', 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 |
