]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/__init__.py
v0.2.0b2-0-UNSTABLE
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / __init__.py
1 verstr="0.2.0b2-0-UNSTABLE"
2 # The line is placed above so that it can be easily read by build scripts.
3
4 """
5 Decentralized storage grid.
6
7 maintainer web site: U{http://allmydata.com/}
8
9 community web site: U{http://allmydata.org/}
10 """
11
12 from util.version import Version
13
14 # For an explanation of what the parts of the version string mean,
15 # please see pyutil.version.
16 __version__ = Version(verstr)
17
18 # Please put a URL or other note here which shows where to get the branch of
19 # development from which this version grew.
20 __sources__ = ["http://allmydata.org/source/tahoe",]
21