From: Zooko O'Whielacronx zooko@zooko.com Date: Thu, 1 Feb 2007 21:52:35 +0000 (+0530) Subject: pyfec: version number bump to v0.99 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=5cb743ebc6e80c72b6b22a5c6eefca49cb8f0eb0;p=tahoe-lafs%2Fzfec.git pyfec: version number bump to v0.99 darcs-hash:3c5968971c3be4e372303bd0e2134046cdd8d1e8 --- diff --git a/pyfec/setup.py b/pyfec/setup.py index a183843..8fbb755 100755 --- a/pyfec/setup.py +++ b/pyfec/setup.py @@ -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',