mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-08 04:10:25 +00:00
zfec v1.0.0b1-0-STABLE
This commit is contained in:
parent
5c1cab0e44
commit
93d1e08485
@ -55,7 +55,7 @@ trove_classifiers=[
|
|||||||
]
|
]
|
||||||
|
|
||||||
setup(name='zfec',
|
setup(name='zfec',
|
||||||
version='1.0.0a5',
|
version='1.0.0b1',
|
||||||
summary='a fast erasure code with command-line, C, and Python interfaces',
|
summary='a fast erasure code with command-line, C, and Python interfaces',
|
||||||
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.',
|
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',
|
author='Zooko O\'Whielacronx',
|
||||||
|
@ -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.0a5-1-STABLE")
|
__version__ = Version("1.0.0b1-0-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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user