pyfec: bump version number to 1.0.0a1-1-STABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-14 17:50:40 -07:00
parent 2d9f728e27
commit 625f230954

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.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.