]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: version zfec 1.0.0a4-1-STABLE
authorzooko <zooko@zooko.com>
Sat, 21 Apr 2007 02:07:20 +0000 (07:37 +0530)
committerzooko <zooko@zooko.com>
Sat, 21 Apr 2007 02:07:20 +0000 (07:37 +0530)
darcs-hash:9a6b0efc7f6f70992f490b2eb4abb9a317039451

zfec/setup.py
zfec/zfec/__init__.py

index b53bb80b18027589f03dfb5146a9fa51bfbf2829..fb763196a5e597fb867884be50f2adc4bd00bf5a 100755 (executable)
@@ -58,7 +58,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a3',
+      version='1.0.0a4',
       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 272904a406f713bae4055f4db4106d11f53a321e..9e8eca095f024cde50e70b142712d88651ee8284 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.0a3-1-STABLE")
+__version__ = Version("1.0.0a4-1-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.