From 861b6a5483585214ad1c88e445f4678604078abf Mon Sep 17 00:00:00 2001 From: zooko Date: Sat, 21 Apr 2007 07:37:20 +0530 Subject: [PATCH] zfec: version zfec 1.0.0a4-1-STABLE darcs-hash:9a6b0efc7f6f70992f490b2eb4abb9a317039451 --- zfec/setup.py | 2 +- zfec/zfec/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zfec/setup.py b/zfec/setup.py index b53bb80..fb76319 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -58,7 +58,7 @@ trove_classifiers=[ ] setup(name='zfec', - version='1.0.0a3', + version='1.0.0a4', 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.', author='Zooko O\'Whielacronx', diff --git a/zfec/zfec/__init__.py b/zfec/zfec/__init__.py index 272904a..9e8eca0 100644 --- a/zfec/zfec/__init__.py +++ b/zfec/zfec/__init__.py @@ -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.0a3-1-STABLE") +__version__ = Version("1.0.0a4-1-STABLE") # Please put a URL or other note here which shows where to get the branch of # development from which this version grew. -- 2.45.2