zfec: bump version number to zfec 1.0.0a3-1-STABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-20 10:53:23 -07:00
parent 024da39961
commit 53b4ced01a
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ trove_classifiers=[
] ]
setup(name='zfec', 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', 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.', 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', author='Zooko O\'Whielacronx',

View File

@ -10,7 +10,7 @@ from util.version import Version
# For an explanation of what the parts of the version string mean, # For an explanation of what the parts of the version string mean,
# please see pyutil.version. # 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 # Please put a URL or other note here which shows where to get the branch of
# development from which this version grew. # development from which this version grew.