]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
pyfec: version number bump to v0.99
authorZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Thu, 1 Feb 2007 21:52:35 +0000 (03:22 +0530)
committerZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Thu, 1 Feb 2007 21:52:35 +0000 (03:22 +0530)
darcs-hash:3c5968971c3be4e372303bd0e2134046cdd8d1e8

pyfec/setup.py

index a18384334ee981bd2bc94c2fcb66c7317b0ffb72..8fbb755be94ff4da7d6074a231cce17439ce1bef 100755 (executable)
@@ -55,7 +55,7 @@ trove_classifiers=[
     ]
 
 setup(name='pyfec',
-      version='0.9',
+      version='0.99',
       summary='Provides a fast C implementation of Reed-Solomon erasure coding with a Python interface.',
       description='Erasure coding is the generation of extra redundant packets of information such that if some packets are lost ("erased") then the original data can be recovered from the remaining packets.  This package contains an optimized implementation along with a Python interface.',
       author='Zooko O\'Whielacronx',