]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: v1.0.0b3-0-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 16:10:12 +0000 (09:10 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 16:10:12 +0000 (09:10 -0700)
src/zfec/setup.py
src/zfec/zfec/__init__.py

index e3fcf60cb2e94f7612153f1ca42409c1a0b7310f..eb2b2de64c6aac713a1c2c283de19f6ca7623c8b 100644 (file)
@@ -76,7 +76,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0b2',
+      version='1.0.0b3',
       description='a fast erasure code with command-line, C, and Python interfaces',
       long_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 96f8959a1e0ca8dff372d867ff6728a46e463b37..ae874ccce05f50f0f97480a42ef02a38ce9be3c3 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.0b2-0-STABLE")
+__version__ = Version("1.0.0b3-0-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.