mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
pyfec: version number bump to v0.99
This commit is contained in:
parent
2428c5f8e0
commit
80fb94da65
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user