From 4b31383874a029f94121e130e5b6eb888f62234c Mon Sep 17 00:00:00 2001 From: Artem Skoretskiy Date: Thu, 29 Dec 2016 22:44:11 +0100 Subject: Bumped version to 0.4.13 to include bugfixes Bumping version to be ready to push new version to package managers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97f251b..a604308 100644 --- a/setup.py +++ b/setup.py @@ -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 -- cgit v1.2.1