From: Zooko O'Whielacronx Date: Thu, 19 Apr 2007 20:47:59 +0000 (-0700) Subject: assign version number tahoe 0.1.0-0-UNSTABLE X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~43 X-Git-Url: https://git.rkrishnan.org/COPYING.GPL?a=commitdiff_plain;h=20451e43b5a2dc8fc12d134f4688b9eb846ddd02;p=tahoe-lafs%2Ftahoe-lafs.git assign version number tahoe 0.1.0-0-UNSTABLE --- diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py index e69de29b..ae6b540e 100644 --- a/src/allmydata/__init__.py +++ b/src/allmydata/__init__.py @@ -0,0 +1,18 @@ +""" +Decentralized storage mesh. + +maintainer web site: U{http://allmydata.com/} + +community web site: U{http://allmydata.org/} +""" + +from util.version import Version + +# For an explanation of what the parts of the version string mean, +# please see pyutil.version. +__version__ = Version("0.1.0-0-UNSTABLE") + +# Please put a URL or other note here which shows where to get the branch of +# development from which this version grew. +__sources__ = ["http://allmydata.org/source/tahoe",] +