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: fix wrong vers


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: fix wrong version number
Date: Sat, 09 Jun 2018 22:44:07 +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 ed97731  fix wrong version number
ed97731 is described below

commit ed97731d763af70f72bf84c259a676e166661d90
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat Jun 9 20:44:33 2018 +0000

    fix wrong version number
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/extractor.py | 2 +-
 setup.py                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libextractor/extractor.py b/libextractor/extractor.py
index a1484c3..7b24578 100644
--- a/libextractor/extractor.py
+++ b/libextractor/extractor.py
@@ -41,7 +41,7 @@ except OSError:
     libextractor = cdll.extractor
 
 __all__ = ['Extractor']
-__version__ = "0.7"
+__version__ = "1.7"
 __licence__ = "GNU GPL"
 
 """
diff --git a/setup.py b/setup.py
index 5bfcb61..3cd1739 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ except ImportError:
 
 setup(
     name = "Extractor",
-    version = "0.7",
+    version = "1.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]