From: Zooko O'Whielacronx Date: Sun, 15 Apr 2007 00:50:40 +0000 (-0700) Subject: pyfec: bump version number to 1.0.0a1-1-STABLE X-Git-Url: https://git.rkrishnan.org/webapi.txt?a=commitdiff_plain;h=625f2309540c7ae1584824a4901690e93096811d;p=tahoe-lafs%2Ftahoe-lafs.git pyfec: bump version number to 1.0.0a1-1-STABLE --- diff --git a/pyfec/fec/__init__.py b/pyfec/fec/__init__.py index ddae766c..89b2ead0 100644 --- a/pyfec/fec/__init__.py +++ b/pyfec/fec/__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.0a1-0-STABLE") +__version__ = Version("1.0.0a1-1-STABLE") # Please put a URL or other note here which shows where to get the branch of # development from which this version grew.