verstr="0.2.0-0-UNSTABLE" # The line is placed above so that it can be easily read by build scripts. """ Decentralized storage grid. 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(verstr) # 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",]