gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor-python] branch master updated: the next relea


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: the next release will be 0.7
Date: Sat, 09 Jun 2018 14:18:40 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor-python.

The following commit(s) were added to refs/heads/master by this push:
     new fc78735  the next release will be 0.7
fc78735 is described below

commit fc78735e6195748861787815bdeb73e23744150d
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat Jun 9 12:19:11 2018 +0000

    the next release will be 0.7
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/extractor.py | 4 ++--
 setup.py                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libextractor/extractor.py b/libextractor/extractor.py
index 6234e84..a1484c3 100644
--- a/libextractor/extractor.py
+++ b/libextractor/extractor.py
@@ -3,7 +3,7 @@
 #
 # Copyright (C) 2006 Bader Ladjemi <address@hidden>
 # Copyright (C) 2011 Christian Grothoff <address@hidden>
-# Copyright (C) 2017 Nils Gillmann <address@hidden>
+# Copyright (C) 2017, 2018 Nils Gillmann <address@hidden>
 #
 # 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
index c2dd0a0..5bfcb61 100644
--- 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'],

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]