]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
v0.1.4b2-0-UNSTABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 17:00:07 +0000 (10:00 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 17:00:07 +0000 (10:00 -0700)
setup.py
src/allmydata/__init__.py

index cec6eb3d5ca4cda863756a54314e8a0af233c461..d15ef654dbb799a71bb643f22bccc7f979dd3983 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ trove_classifiers=[
     ]
 
 setup(name='allmydata-tahoe',
-      version='0.1.3',
+      version='0.1.4b2',
       description='secure, distributed storage mesh',
       long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
 secure, distributed, fault-tolerant storage mesh.
index f0a7c37f9c682db034a0e697698f74aba6e3c509..822b60d129f90cb07a9c9d450f9bfa9b0eebcc6d 100644 (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.3-0-UNSTABLE")
+__version__ = Version("0.1.4b2-0-UNSTABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.