Commit 28413a16 authored by Jim Fulton's avatar Jim Fulton

updated revision info

parent db50caab
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b1",
version = "1.0.0b2",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
......
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
name = "zc.recipe.egg"
setup(
name = name,
version = "1.0.0a1",
version = "1.0.0a2",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "Recipe for installing Python package distributions as eggs",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment