zfec: v1.0.0b3-0-STABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-30 09:10:12 -07:00
parent 12dd5c0f10
commit ced1d8189b
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ trove_classifiers=[
]
setup(name='zfec',
version='1.0.0b2',
version='1.0.0b3',
description='a fast erasure code with command-line, C, and Python interfaces',
long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
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,
# please see pyutil.version.
__version__ = Version("1.0.0b2-0-STABLE")
__version__ = Version("1.0.0b3-0-STABLE")
# Please put a URL or other note here which shows where to get the branch of
# development from which this version grew.