]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: bump version number to zfec 1.0.0a3-1-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 20 Apr 2007 17:53:23 +0000 (10:53 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 20 Apr 2007 17:53:23 +0000 (10:53 -0700)
zfec/setup.py
zfec/zfec/__init__.py

index 287b630f7b9bca7cadd8c929ccc2d62fba47dc2c..9bd37e11dc8bf7d57b7b584b804863eb7995b1d2 100644 (file)
@@ -59,7 +59,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a2',
+      version='1.0.0a3',
       summary='a fast C implementation of Reed-Solomon erasure coding with command-line, C, and Python interfaces',
       description='Erasure coding -- also called "forward error correction" -- is the generation of redundant blocks of information such that if some blocks are lost ("erased") then the original data can be recovered from the remaining blocks.  This package contains an optimized implementation along with command-line, C, and Python interfaces.',
       author='Zooko O\'Whielacronx',
index f0f5a2f755a3e3a18f7ea737003fd8e81f82ddb8..272904a406f713bae4055f4db4106d11f53a321e 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.0a2-1-STABLE")
+__version__ = Version("1.0.0a3-1-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.