v0.1.3-0-UNSTABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-30 06:02:43 -07:00
parent a61178f425
commit 7090ed66c5
2 changed files with 2 additions and 2 deletions

View File

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

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.2-0-UNSTABLE")
__version__ = Version("0.1.3-0-UNSTABLE")
# Please put a URL or other note here which shows where to get the branch of
# development from which this version grew.