From 0ce9d7d1a8e05c3c4cbf0a7f7f0b0c08e16d68f1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 4 Sep 2014 18:50:20 +0200 Subject: [PATCH] Keep version coherent between PyPi and git --- DomainClassifier/domainclassifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DomainClassifier/domainclassifier.py b/DomainClassifier/domainclassifier.py index b90280a..c033c91 100644 --- a/DomainClassifier/domainclassifier.py +++ b/DomainClassifier/domainclassifier.py @@ -13,7 +13,7 @@ import urllib2 __author__ = "Alexandre Dulaunoy" __copyright__ = "Copyright 2012-2014, Alexandre Dulaunoy" __license__ = "AGPL version 3" -__version__ = "0.3" +__version__ = "0.4" class Extract: