|
@@ -4,7 +4,7 @@ VERSION = (1, 1, 1)
|
|
|
|
|
|
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
|
|
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
|
|
__author__ = "Ask Solem"
|
|
__author__ = "Ask Solem"
|
|
-__contact__ = "askh@opera.com"
|
|
|
|
|
|
+__contact__ = "ask@celeryproject.org"
|
|
__homepage__ = "http://github.com/ask/celery/"
|
|
__homepage__ = "http://github.com/ask/celery/"
|
|
__docformat__ = "restructuredtext"
|
|
__docformat__ = "restructuredtext"
|
|
|
|
|