]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: version 1.0.0a5-1-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 02:10:21 +0000 (19:10 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 02:10:21 +0000 (19:10 -0700)
zfec/setup.py
zfec/zfec/__init__.py

index 408a27da19f00564eb46e1ad65e0f904394443c9..1609fb468c198a5915a30b205d0c3ff172354197 100644 (file)
@@ -58,7 +58,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a4',
+      version='1.0.0a5',
       summary='a fast erasure code with command-line, C, and Python interfaces',
       description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
       author='Zooko O\'Whielacronx',
index 9e8eca095f024cde50e70b142712d88651ee8284..236986f766334c28b150696357e56ee2ee3ed6c0 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("1.0.0a4-1-STABLE")
+__version__ = Version("1.0.0a5-1-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.