]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/__init__.py
assign version number tahoe 0.1.0-0-UNSTABLE
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / __init__.py
1 """
2 Decentralized storage mesh.
3
4 maintainer web site: U{http://allmydata.com/}
5
6 community web site: U{http://allmydata.org/}
7 """
8
9 from util.version import Version
10
11 # For an explanation of what the parts of the version string mean,
12 # please see pyutil.version.
13 __version__ = Version("0.1.0-0-UNSTABLE")
14
15 # Please put a URL or other note here which shows where to get the branch of
16 # development from which this version grew.
17 __sources__ = ["http://allmydata.org/source/tahoe",]
18