From 80fb94da656a90812088bdcff0243f0d6d28194f Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 1 Feb 2007 15:52:35 -0700 Subject: [PATCH] pyfec: version number bump to v0.99 --- pyfec/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfec/setup.py b/pyfec/setup.py index a1838433..8fbb755b 100644 --- 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', -- 2.45.2