From 1f6668ddd2bfe6d50d96ee14d24f6a213198a970 Mon Sep 17 00:00:00 2001
From: "Zooko O'Whielacronx zooko@zooko.com" <zooko@zooko.com>
Date: Fri, 27 Apr 2007 23:44:38 +0530
Subject: [PATCH] zfec v1.0.0b1-0-STABLE

darcs-hash:d23c17a7259888dd0ce66b17ea840a633ce746ef
---
 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 3ed8985..6e91e48 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -55,7 +55,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a5',
+      version='1.0.0b1',
       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 37b4a19..2e710e4 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.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
 # development from which this version grew.
-- 
2.45.2