libextractor-python

GNU libextractor
Log | Files | Refs | README | LICENSE

commit fc78735e6195748861787815bdeb73e23744150d
parent e753f1f635c524609fb1c1a2b7401110c8145168
Author: Nils Gillmann <gillmann@infotropique.org>
Date:   Sat,  9 Jun 2018 12:19:11 +0000

the next release will be 0.7

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

Diffstat:
Mlibextractor/extractor.py | 4++--
Msetup.py | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libextractor/extractor.py b/libextractor/extractor.py @@ -3,7 +3,7 @@ # # Copyright (C) 2006 Bader Ladjemi <bader@tele2.fr> # Copyright (C) 2011 Christian Grothoff <christian@grothoff.org> -# Copyright (C) 2017 Nils Gillmann <ng0@n0.is> +# Copyright (C) 2017, 2018 Nils Gillmann <ng0@n0.is> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ except OSError: libextractor = cdll.extractor __all__ = ['Extractor'] -__version__ = "0.6.2" +__version__ = "0.7" __licence__ = "GNU GPL" """ diff --git a/setup.py b/setup.py @@ -6,7 +6,7 @@ except ImportError: setup( name = "Extractor", - version = "0.6.2", + version = "0.7", packages = ['libextractor'], scripts = ['examples/extract.py'],