Keep version coherent between PyPi and git

This commit is contained in:
Alexandre Dulaunoy 2014-09-04 18:50:20 +02:00
parent af61175807
commit 0ce9d7d1a8

View file

@ -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: