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

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