v0.2.0b1-0-UNSTABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-30 23:11:23 -07:00
parent dfe399bb5f
commit f724719744
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ separately: [13]).
[1] http://allmydata.com
[2] http://allmydata.org/source/tahoe/tahoe-0.1.4b2-0-UNSTABLE.tar.gz
[2] http://allmydata.org/source/tahoe/tahoe-0.2.0b1-0-UNSTABLE.tar.gz
[3] http://allmydata.org/trac/tahoe/browser/README
[4] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
[5] http://allmydata.org/trac/tahoe/browser/roadmap.txt

View File

@ -56,7 +56,7 @@ trove_classifiers=[
]
setup(name='allmydata-tahoe',
version='0.1.4b2',
version='0.2.0b1',
description='secure, distributed storage grid',
long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
secure, distributed, fault-tolerant storage grid.

View File

@ -10,7 +10,7 @@ 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.4b2-0-UNSTABLE")
__version__ = Version("0.2.0b1-0-UNSTABLE")
# Please put a URL or other note here which shows where to get the branch of
# development from which this version grew.