libextractor-python

GNU libextractor
Log | Files | Refs | README | LICENSE

commit 56dcf929b94633835456fdd0837d1a083b2b4049
parent 39ad71520ab9b7ebc6a3a2050d016e0cc862ede0
Author: Nils Gillmann <gillmann@infotropique.org>
Date:   Fri,  8 Jun 2018 05:02:16 +0000

work towards 0.6.2

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -6,7 +6,7 @@ except ImportError: setup( name = "Extractor", - version = "0.6.1", + version = "0.6.2", packages = ['libextractor'], scripts = ['examples/extract.py'],