]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec v1.0.0b1-0-STABLE
authorZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Fri, 27 Apr 2007 18:14:38 +0000 (23:44 +0530)
committerZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Fri, 27 Apr 2007 18:14:38 +0000 (23:44 +0530)
darcs-hash:d23c17a7259888dd0ce66b17ea840a633ce746ef

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

index 3ed898535bdb5de6fd349c13ccde829213064288..6e91e483ee4ce900ab6b153a2789f53a4a12dac4 100755 (executable)
@@ -55,7 +55,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a5',
+      version='1.0.0b1',
       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 37b4a1984e5485b4886ceb3e5b2be22e92645577..2e710e4cf1f1598b0945f00ab1d674eb9c13e633 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.0a5-1-STABLE")
+__version__ = Version("1.0.0b1-0-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.